added preview channel view to the appearance tab

This commit is contained in:
fourtf
2018-07-03 16:55:02 +02:00
parent 6909d1d939
commit d6c6a552d8
8 changed files with 215 additions and 165 deletions
-16
View File
@@ -1,23 +1,7 @@
#tabWidget {
background-color: #333;
}
* {
font-size: <font-size>px;
}
SettingsDialogTab:hover {
border: 1px solid grey;
}
QLabel, QCheckBox, QGroupBox, SettingsDialogTab {
color: white;
}
QGroupBox {
background-color: #444;
}
QCheckBox::indicator {
width: <checkbox-size>px;
height: <checkbox-size>px;