mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -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;
|
color:@text;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QPushButton[text^=""]
|
||||||
|
{
|
||||||
|
min-width: 2.5em;
|
||||||
|
}
|
||||||
|
|
||||||
QToolButton
|
QToolButton
|
||||||
{
|
{
|
||||||
padding: 0.12em;
|
padding: 0.12em;
|
||||||
|
@ -152,6 +152,11 @@ QPushButton
|
|||||||
color:@text;
|
color:@text;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QPushButton[text^=""]
|
||||||
|
{
|
||||||
|
min-width: 2.5em;
|
||||||
|
}
|
||||||
|
|
||||||
QToolButton
|
QToolButton
|
||||||
{
|
{
|
||||||
padding: 0.12em;
|
padding: 0.12em;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user