improvements on settings dialog
This commit is contained in:
@@ -7,10 +7,29 @@ QCheckBox::indicator {
|
||||
height: <checkbox-size>px;
|
||||
}
|
||||
|
||||
QComboBox {
|
||||
chatterino--ComboBox {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
QScrollArea {
|
||||
border: none;
|
||||
}
|
||||
|
||||
QScrollArea QFrame {
|
||||
background: #222;
|
||||
border: none;
|
||||
}
|
||||
|
||||
QComboBox QFrame {
|
||||
background: #000;
|
||||
border: 1px solid #66BCFF;
|
||||
}
|
||||
|
||||
chatterino--SettingsPage {
|
||||
background: #222;
|
||||
border: 1px solid #555;
|
||||
}
|
||||
|
||||
chatterino--TitleLabel {
|
||||
font-family: "Segoe UI light";
|
||||
font-size: 24px;
|
||||
|
||||
Reference in New Issue
Block a user