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 78a6b4f commit 7c50ed9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/themes/Blend of Gray/style.qss
Expand Up @@ -782,3 +782,8 @@ QListWidget#mOptionsListWidget {
QListWidget#mOptionsListWidget::item {
padding: 0.1em;
}

QWidget#QgsTextFormatWidgetBase QTabWidget#mOptionsTab QTabBar::tab,
QWidget#QgsRendererMeshPropsWidgetBase QTabWidget#mStyleOptionsTab QTabBar::tab {
width: 1.2em;
}
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 7c50ed9

Please sign in to comment.