Skip to content

Commit

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

QAbstractSpinBox {
padding: 0.12em;
padding: 0em;
border: 1px solid @itemdarkbackground;
background-color: @itembackground;
selection-background-color: @selection;
selection-color: @textlight;
color: @textlight;
contents-margin: 0.12em;
}

QAbstractSpinBox:no-frame {
Expand Down

0 comments on commit e87fe42

Please sign in to comment.