Update dark.qss

adding some font-size parameters (identical to the pastel.qss) resolves scaling problems on 1024x600 LCD display (bottom push button line with save/restore defaults/cancel is not visible
This commit is contained in:
Robert Kolmhofer
2018-07-22 19:05:59 +02:00
committed by GitHub
parent e7a4e93cb9
commit 851c0be686

View File

@@ -192,11 +192,12 @@ QTabBar::tab:selected {
QTabWidget QWidget { QTabWidget QWidget {
color: #333333; color: #333333;
font-size: 30px;
} }
QCheckBox::indicator { QCheckBox::indicator {
width: 45px; width: 30px;
height: 45px; height: 30px;
background-color: transparent; background-color: transparent;
border-style: outset; border-style: outset;
border-width: 2px; border-width: 2px;