Skip to content

Commit

Permalink
[themes] Restrict QPushButton min-width to raster calculator dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Mar 2, 2019
1 parent 31faa7c commit 17ed796
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions resources/themes/Night Mapping/style.qss
Expand Up @@ -152,11 +152,6 @@ QPushButton
color:@text;
}

QPushButton[text^=""]
{
min-width: 2.5em;
}

QToolButton
{
padding: 0.12em;
Expand Down Expand Up @@ -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;
}

0 comments on commit 17ed796

Please sign in to comment.