mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Revert "Increase padding of browser rows with ResizeToContents on vertical header"
This reverts commit 77bfc854ba
.
This commit is contained in:
parent
3e3dd84a91
commit
7430f38c32
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue