Skip to content

Commit

Permalink
[cuegui] Fix filter actions overlapping display (#1461)
Browse files Browse the repository at this point in the history
Minor UI tweak on `QDoubleSpinBox` elements to avoid lines overlapping
each other.
  • Loading branch information
DiegoTavares authored Aug 15, 2024
1 parent e790740 commit 7211e49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cuegui/cuegui/config/darkpalette.qss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ QDoubleSpinBox {
color: rgb(200, 200, 200);
border: 1px solid rgb(22, 22, 22);
margin-left: 5px;
min-height: 2em;
padding-right: 15px;
}

Expand Down

0 comments on commit 7211e49

Please sign in to comment.