From e2e7128385b13ec946795391f8be99c2ba11c51e Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sun, 26 Jan 2020 09:13:38 +1000 Subject: [PATCH] fix tags area and stats buttons in night mode --- qt/aqt/theme.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/qt/aqt/theme.py b/qt/aqt/theme.py index d568dfd6f..8708337d6 100644 --- a/qt/aqt/theme.py +++ b/qt/aqt/theme.py @@ -93,7 +93,11 @@ QTreeWidget { buf += """ QToolTip { border: 0; -} +} + +QGroupBox { + padding-top: 0px; +} """ # allow addons to modify the styling