[themes] Add minimum width for QPushButton widgets (fix tiny raster calc. buttons)

This commit is contained in:
nirvn 2019-02-13 12:55:12 +07:00
parent 76b7bcef96
commit 1e431f20b2
2 changed files with 10 additions and 0 deletions

View File

@ -142,6 +142,11 @@ QPushButton
color:@text;
}
QPushButton[text^=""]
{
min-width: 2.5em;
}
QToolButton
{
padding: 0.12em;

View File

@ -152,6 +152,11 @@ QPushButton
color:@text;
}
QPushButton[text^=""]
{
min-width: 2.5em;
}
QToolButton
{
padding: 0.12em;