Skip to content

Commit 38810af

Browse files
committed
~ color schemes stylesheet fixes
1 parent 2c94fd9 commit 38810af

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

resources/dark_scheme/stylesheet.qss

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ QRadioButton::indicator:unchecked,
138138
QMenu::indicator:exclusive:unchecked {
139139
border: 1px solid #666666;
140140
background-color: palette(base);
141-
border-radius: 7px;
141+
border-radius: 8px;
142142
}
143143

144144
QRadioButton::indicator:unchecked:hover {
@@ -169,14 +169,14 @@ QRadioButton::indicator:checked:hover {
169169
border: 1px solid #0f64d2;
170170
margin-left: 0px;
171171
margin-right: 0px;
172-
border-radius: 7px;
172+
border-radius: 8px;
173173
}
174174

175175
QRadioButton::indicator:checked:pressed {
176176
border: 1px solid #0f64d2;
177177
margin-left: 0px;
178178
margin-right: 0px;
179-
border-radius: 7px;
179+
border-radius: 8px;
180180
background-color: #868686;
181181
image: url(:/dark_scheme/icon_radiobutton_checked_pressed.png);
182182
}
@@ -189,21 +189,21 @@ QRadioButton::indicator:checked:disabled {
189189
QProgressBar {
190190
border: 1px solid #666666;
191191
background-color: palette(base);
192-
border-radius: 6px;
193-
height: 12px;
192+
border-radius: 7px;
193+
height: 14px;
194194
text-align: center;
195195
}
196196

197197
QProgressBar::chunk {
198198
background-color: #3399ff;
199-
border-radius: 6px;
199+
border-radius: 7px;
200200
}
201201

202202
QGroupBox {
203203
background-color: palette(window);
204204
border: 1px solid #424242;
205205
border-radius: 0px;
206-
margin-top: 0.6em;
206+
margin-top: 8px;
207207
}
208208

209209
QGroupBox::title {
@@ -471,7 +471,7 @@ QComboBox {
471471
border: 1px solid #666666;
472472
background-color: palette(base);
473473
border-radius: 3px;
474-
padding: 1px 0px 1px 0.6em;
474+
padding: 1px 0px 1px 8px;
475475
height: 18px;
476476
width: 86px;
477477
selection-background-color: #3399ff;

resources/light_scheme/stylesheet.qss

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ QRadioButton::indicator:unchecked,
138138
QMenu::indicator:exclusive:unchecked {
139139
border: 1px solid #cccccc;
140140
background-color: palette(base);
141-
border-radius: 7px;
141+
border-radius: 8px;
142142
}
143143

144144
QRadioButton::indicator:unchecked:hover {
@@ -169,14 +169,14 @@ QRadioButton::indicator:checked:hover {
169169
border: 1px solid #1e76e3;
170170
margin-left: 0px;
171171
margin-right: 0px;
172-
border-radius: 7px;
172+
border-radius: 8px;
173173
}
174174

175175
QRadioButton::indicator:checked:pressed {
176176
border: 1px solid #1e76e3;
177177
margin-left: 0px;
178178
margin-right: 0px;
179-
border-radius: 7px;
179+
border-radius: 8px;
180180
background-color: #555555;
181181
image: url(:/light_scheme/icon_radiobutton_checked_pressed.png);
182182
}
@@ -189,21 +189,21 @@ QRadioButton::indicator:checked:disabled {
189189
QProgressBar {
190190
border: 1px solid #cccccc;
191191
background-color: palette(base);
192-
border-radius: 6px;
193-
height: 12px;
192+
border-radius: 7px;
193+
height: 14px;
194194
text-align: center;
195195
}
196196

197197
QProgressBar::chunk {
198198
background-color: #5d9bf3;
199-
border-radius: 6px;
199+
border-radius: 7px;
200200
}
201201

202202
QGroupBox {
203203
background-color: palette(window);
204204
border: 1px solid #d1d1d1;
205205
border-radius: 0px;
206-
margin-top: 0.6em;
206+
margin-top: 8px;
207207
}
208208

209209
QGroupBox::title {
@@ -472,7 +472,7 @@ QComboBox {
472472
border: 1px solid #cccccc;
473473
background-color: palette(base);
474474
border-radius: 3px;
475-
padding: 1px 0px 1px 0.6em;
475+
padding: 1px 0px 1px 8px;
476476
height: 18px;
477477
width: 86px;
478478
selection-background-color: #3399ff;

0 commit comments

Comments
 (0)