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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user