Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[themes] Add minimum width for QPushButton widgets (fix tiny raster c…
…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
Expand Up @@ -152,6 +152,11 @@ QPushButton
color:@text;
}

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

QToolButton
{
padding: 0.12em;
Expand Down

0 comments on commit faf8c91

Please sign in to comment.