Skip to content

Commit

Permalink
Update style.qss
Browse files Browse the repository at this point in the history
Fix spinbox padding in Blend of Gray theme
  • Loading branch information
AlisterH authored and nyalldawson committed Dec 20, 2023
1 parent cc39c7b commit 74e8b00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/themes/Blend of Gray/style.qss
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ QMenuBar::item:pressed
/* ==================================================================================== */

QAbstractSpinBox {
padding: 0.12em;
padding: 0em;
border-width: 1px;
border-color: @itemdarkbackground;
border-style: solid;
Expand All @@ -72,6 +72,7 @@ QAbstractSpinBox {
selection-background-color: @selection;
selection-color: @itemdarkbackground;
color: @text;
contents-margin: 0.12em;
}

QAbstractSpinBox:no-frame {
Expand Down

0 comments on commit 74e8b00

Please sign in to comment.