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