anki/qt/aqt/browser
Matthias Metelka dbd9e71d44
Adjust QTableWidget stylesheet (#2183)
* Center table headers

by giving the arrow a negative margin equal to its width.

* Prevent overlap with arrow for small headers (largely)

I didn't want to go all out and make the right padding equal to the width of the arrow, because it would cut off the text too early on sections that aren't active.

* Hide vertical table header on Windows too

* Remove margin between toolbars in main view

Didn't want to create a separate PR for such a minor change.

* Create better borders for QTableWidget

* Remove unused import

* Improve RTL appearance of table
2022-11-05 11:11:32 +10:00
..
sidebar Make mdi icons for Qt themeable (#2078) 2022-09-21 12:02:30 +10:00
table Adjust QTableWidget stylesheet (#2183) 2022-11-05 11:11:32 +10:00
__init__.py new change notetype implementation for the frontend 2021-06-10 22:19:24 +10:00
browser.py Fix RTL arrangement of browser views (#2176) 2022-11-03 12:14:52 +10:00
card_info.py Fix card info not updating (#1957) 2022-07-12 10:34:48 +10:00
find_and_replace.py Import submodules directly (#1662) 2022-02-13 13:40:47 +10:00
find_duplicates.py Import submodules directly (#1662) 2022-02-13 13:40:47 +10:00
layout.py Equalize browser panes on splitter double-click (#2175) 2022-11-03 12:13:48 +10:00
previewer.py Fix JS drop event not firing in the reviewer (#1906) 2022-06-10 23:33:53 +10:00