Skip to content

Commit 17ed796

Browse files
committed
[themes] Restrict QPushButton min-width to raster calculator dialog
1 parent 31faa7c commit 17ed796

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

resources/themes/Night Mapping/style.qss

+4-5
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,6 @@ QPushButton
152152
color:@text;
153153
}
154154

155-
QPushButton[text^=""]
156-
{
157-
min-width: 2.5em;
158-
}
159-
160155
QToolButton
161156
{
162157
padding: 0.12em;
@@ -864,3 +859,7 @@ QWidget#QgsTextFormatWidgetBase QTabWidget#mOptionsTab QTabBar::tab,
864859
QWidget#QgsRendererMeshPropsWidgetBase QTabWidget#mStyleOptionsTab QTabBar::tab {
865860
width: 1.2em;
866861
}
862+
863+
QWidget#QgsRasterCalcDialogBase QWidget#mOperatorsGroupBox QPushButton {
864+
min-width:2.3em;
865+
}

0 commit comments

Comments
 (0)