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 5fc0726 commit 669d72a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/themes/Blend of Gray/style.qss
Expand Up @@ -234,6 +234,10 @@ QComboBox:on {
selection-color: @itemdarkbackground;
}

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

QComboBox:editable {
background-color: @darkgradient;
}
Expand Down
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 669d72a

Please sign in to comment.