mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
[themes] Add minimum width for QPushButton widgets (fix tiny raster calc. buttons)
This commit is contained in:
parent
76b7bcef96
commit
1e431f20b2
@ -142,6 +142,11 @@ QPushButton
|
||||
color:@text;
|
||||
}
|
||||
|
||||
QPushButton[text^=""]
|
||||
{
|
||||
min-width: 2.5em;
|
||||
}
|
||||
|
||||
QToolButton
|
||||
{
|
||||
padding: 0.12em;
|
||||
|
@ -152,6 +152,11 @@ QPushButton
|
||||
color:@text;
|
||||
}
|
||||
|
||||
QPushButton[text^=""]
|
||||
{
|
||||
min-width: 2.5em;
|
||||
}
|
||||
|
||||
QToolButton
|
||||
{
|
||||
padding: 0.12em;
|
||||
|
Loading…
x
Reference in New Issue
Block a user