Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[themes] Add padding for icons in combo box's drop down lists
  • Loading branch information
nirvn committed Feb 8, 2019
1 parent 6aeaa23 commit e57ed17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/themes/Night Mapping/style.qss
Expand Up @@ -244,6 +244,10 @@ QComboBox:on {
selection-color: @text;
}

QComboBox::icon {
padding-left:0.3em;
}

QComboBox:editable {
background-color: @darkgradient;
}
Expand Down

0 comments on commit e57ed17

Please sign in to comment.