Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[themes] Harmonize padding of combobox widgets
  • Loading branch information
nirvn committed Feb 8, 2019
1 parent 669d72a commit fc6695a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/themes/Blend of Gray/style.qss
Expand Up @@ -213,7 +213,7 @@ QComboBox {
border-style: solid;
border: 1px solid #1e1e1e;
border-radius: 0.2em;
padding: 0.12em 1.2em 0.12em 0.12em;
padding: 0.12em 1.2em 0.12em 0.2em;
}


Expand Down
2 changes: 1 addition & 1 deletion resources/themes/Night Mapping/style.qss
Expand Up @@ -223,7 +223,7 @@ QComboBox {
border-style: solid;
border: 1px solid #1e1e1e;
border-radius: 0px;
padding: 0.12em 1.2em 0.12em 0.12em;
padding: 0.12em 1.2em 0.12em 0.2em;
}


Expand Down

0 comments on commit fc6695a

Please sign in to comment.