Skip to content

Commit

Permalink
[themes] Move tab widget's pane up 1 pixel to improve border look
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Jan 4, 2019
1 parent b921378 commit b7a607c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions resources/themes/Blend of Gray/style.qss
Expand Up @@ -428,6 +428,7 @@ QProgressBar::chunk

QTabWidget::pane {
border: 1px solid @itemdarkbackground;
top:-1px;
}

QTabBar::tab {
Expand Down
1 change: 1 addition & 0 deletions resources/themes/Night Mapping/style.qss
Expand Up @@ -437,6 +437,7 @@ QProgressBar::chunk

QTabWidget::pane {
border: 1px solid @itemdarkbackground;
top:-1px;
}

QTabBar::tab {
Expand Down

0 comments on commit b7a607c

Please sign in to comment.