Merge pull request #30 from robertkolm/patch-1

Adding some font-size parameters do dark.qss (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:
Balthasar Reuter
2018-07-23 14:56:38 +02:00
committed by GitHub

View File

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