fixed hidpi scaling for the settings window

This commit is contained in:
fourtf
2017-12-18 00:54:17 +01:00
parent 87182d078c
commit 01e9c723fa
7 changed files with 67 additions and 14 deletions
+6 -1
View File
@@ -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;
}