fixed hidpi scaling for the settings window
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
}
|
||||
|
||||
* {
|
||||
font-size: 14px;
|
||||
font-size: <font-size>px;
|
||||
}
|
||||
|
||||
SettingsDialogTab:hover {
|
||||
@@ -17,3 +17,8 @@ QLabel, QCheckBox, QGroupBox, SettingsDialogTab {
|
||||
QGroupBox {
|
||||
background-color: #444;
|
||||
}
|
||||
|
||||
QCheckBox::indicator {
|
||||
width: <checkbox-size>px;
|
||||
height: <checkbox-size>px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user