new settings page

This commit is contained in:
fourtf
2018-10-31 19:45:51 +01:00
parent a0b6e4bb76
commit 3c3be99177
23 changed files with 651 additions and 101 deletions
+20
View File
@@ -6,3 +6,23 @@ QCheckBox::indicator {
width: <checkbox-size>px;
height: <checkbox-size>px;
}
QComboBox {
width: 100px;
}
chatterino--TitleLabel {
font-family: "Segoe UI light";
font-size: 24px;
color: #4FC3F7;
}
chatterino--TitleLabel2 {
font-family: "Segoe UI light";
font-size: 24px;
color: #bbb;
}
chatterino--DescriptionLabel {
color: #999;
}