Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[themes] Properly size width of icon-only labeling/mesh tab bar
  • Loading branch information
nirvn committed Feb 9, 2019
1 parent e6b8523 commit 8a16352
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/themes/Night Mapping/style.qss
Expand Up @@ -795,3 +795,8 @@ QListWidget#mOptionsListWidget {
QListWidget#mOptionsListWidget::item {
padding: 0.1em;
}

QWidget#QgsTextFormatWidgetBase QTabWidget#mOptionsTab QTabBar::tab,
QWidget#QgsRendererMeshPropsWidgetBase QTabWidget#mStyleOptionsTab QTabBar::tab {
width: 1.2em;
}

0 comments on commit 8a16352

Please sign in to comment.