Skip to content

Commit

Permalink
[themes] Add minimum width for QPushButton widgets (fix tiny raster c…
Browse files Browse the repository at this point in the history
…alc. buttons)
  • Loading branch information
nirvn committed Feb 13, 2019
1 parent a61abe5 commit faf8c91
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/themes/Night Mapping/style.qss
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -152,6 +152,11 @@ QPushButton
color:@text; color:@text;
} }


QPushButton[text^=""]
{
min-width: 2.5em;
}

QToolButton QToolButton
{ {
padding: 0.12em; padding: 0.12em;
Expand Down

0 comments on commit faf8c91

Please sign in to comment.