Skip to content

Commit

Permalink
[themes] Slightly adjust padding of push buttons to match tool buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Feb 19, 2019
1 parent e5a416e commit 5297d83
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 @@ -133,7 +133,7 @@ QLineEdit, QTextEdit, QPlainTextEdit

QPushButton
{
padding: 0.12em;
padding: 0.21em;
border-width: 1px;
border-color: @itemdarkbackground;
border-style: solid;
Expand Down
2 changes: 1 addition & 1 deletion resources/themes/Night Mapping/style.qss
Expand Up @@ -143,7 +143,7 @@ QTextEdit, QPlainTextEdit

QPushButton
{
padding: 0.12em;
padding: 0.21em;
border-width: 1px;
border-color: @itembackground;
border-style: solid;
Expand Down

0 comments on commit 5297d83

Please sign in to comment.