From 7430f38c322bdb0b05cd2ff6467636459bc96731 Mon Sep 17 00:00:00 2001 From: Matthias Metelka <62722460+kleinerpirat@users.noreply.github.com> Date: Tue, 22 Nov 2022 22:36:02 +0100 Subject: [PATCH] Revert "Increase padding of browser rows with ResizeToContents on vertical header" This reverts commit 77bfc854ba140dd99aae98efcdd4af7052615fa6. --- qt/aqt/browser/table/table.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qt/aqt/browser/table/table.py b/qt/aqt/browser/table/table.py index 6f672ca83..242f7a027 100644 --- a/qt/aqt/browser/table/table.py +++ b/qt/aqt/browser/table/table.py @@ -366,7 +366,6 @@ class Table: def _setup_headers(self) -> None: vh = self._view.verticalHeader() hh = self._view.horizontalHeader() - vh.setSectionResizeMode(QHeaderView.ResizeMode.ResizeToContents) vh.hide() hh.show() hh.setHighlightSections(False)