mirror of
https://github.com/qgis/QGIS.git
synced 2025-06-19 00:02:48 -04:00
[themes] Restrict QPushButton min-width to raster calculator dialog
This commit is contained in:
parent
dab4a04309
commit
334ae0ca4f
@ -142,11 +142,6 @@ QPushButton
|
||||
color:@text;
|
||||
}
|
||||
|
||||
QPushButton[text^=""]
|
||||
{
|
||||
min-width: 2.5em;
|
||||
}
|
||||
|
||||
QToolButton
|
||||
{
|
||||
padding: 0.12em;
|
||||
@ -854,3 +849,7 @@ QWidget#QgsTextFormatWidgetBase QTabWidget#mOptionsTab QTabBar::tab,
|
||||
QWidget#QgsRendererMeshPropsWidgetBase QTabWidget#mStyleOptionsTab QTabBar::tab {
|
||||
width: 1.2em;
|
||||
}
|
||||
|
||||
QWidget#QgsRasterCalcDialogBase QWidget#mOperatorsGroupBox QPushButton {
|
||||
min-width:2.3em;
|
||||
}
|
||||
|
@ -152,11 +152,6 @@ QPushButton
|
||||
color:@text;
|
||||
}
|
||||
|
||||
QPushButton[text^=""]
|
||||
{
|
||||
min-width: 2.5em;
|
||||
}
|
||||
|
||||
QToolButton
|
||||
{
|
||||
padding: 0.12em;
|
||||
@ -864,3 +859,7 @@ QWidget#QgsTextFormatWidgetBase QTabWidget#mOptionsTab QTabBar::tab,
|
||||
QWidget#QgsRendererMeshPropsWidgetBase QTabWidget#mStyleOptionsTab QTabBar::tab {
|
||||
width: 1.2em;
|
||||
}
|
||||
|
||||
QWidget#QgsRasterCalcDialogBase QWidget#mOperatorsGroupBox QPushButton {
|
||||
min-width:2.3em;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user