This commit is contained in:
fourtf
2017-01-03 21:19:33 +01:00
parent 4ccbc8d4e4
commit 2b4fa8071f
22 changed files with 463 additions and 23 deletions
+5 -1
View File
@@ -2,6 +2,10 @@
background-color: #333;
}
* {
font-size: 14px;
}
SettingsDialogTab {
color: #FFF;
}
@@ -10,6 +14,6 @@ SettingsDialogTab:hover {
border: 1px solid grey;
}
QLabel {
QLabel, QCheckBox, QGroupBox {
color: white;
}