File tree Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ QComboBox {
190
190
border-style: solid;
191
191
border: 1px solid #1e1e1e;
192
192
border-radius: 0.2em;
193
- padding: 0.1em;
193
+ padding: 0.1em 1em 0.1em 0.1em ;
194
194
}
195
195
196
196
@@ -241,6 +241,18 @@ QComboBox::down-arrow
241
241
height: 1.2em;
242
242
}
243
243
244
+ QComboBox:item {
245
+ padding-left: 1.5em;
246
+ height:1.2em;
247
+ }
248
+ QComboBox:item:selected {
249
+ padding-left: 1.5em;
250
+ height:1.2em;
251
+ }
252
+ QComboBox:item:checked {
253
+ padding-left: 1.5em;
254
+ height:1.2em;
255
+ }
244
256
245
257
QLineEdit:focus
246
258
{
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ QComboBox {
198
198
border-style: solid;
199
199
border: 1px solid #1e1e1e;
200
200
border-radius: 0px;
201
- padding: 0.1em;
201
+ padding: 0.1em 1em 0.1em 0.1em ;
202
202
}
203
203
204
204
@@ -250,6 +250,18 @@ QComboBox::down-arrow
250
250
height: 1.2em;
251
251
}
252
252
253
+ QComboBox:item {
254
+ padding-left: 1.5em;
255
+ height:1.2em;
256
+ }
257
+ QComboBox:item:selected {
258
+ padding-left: 1.5em;
259
+ height:1.2em;
260
+ }
261
+ QComboBox:item:checked {
262
+ padding-left: 1.5em;
263
+ height:1.2em;
264
+ }
253
265
254
266
QLineEdit:focus
255
267
{
You can’t perform that action at this time.
0 commit comments