theme: refine height of QTabBar

This commit is contained in:
Le Tan 2018-05-14 22:35:21 +08:00
parent 14070ab67a
commit d681fdebd9
2 changed files with 2 additions and 0 deletions

View File

@ -676,6 +676,7 @@ QTabBar::tab {
border-top: $2px solid transparent; border-top: $2px solid transparent;
border-right: $1px solid @tabbar_border; border-right: $1px solid @tabbar_border;
padding: 2px 0px 2px 0px; padding: 2px 0px 2px 0px;
height: $20px;
} }
QTabBar::tab:hover { QTabBar::tab:hover {

View File

@ -676,6 +676,7 @@ QTabBar::tab {
border-top: $2px solid transparent; border-top: $2px solid transparent;
border-right: $1px solid @tabbar_border; border-right: $1px solid @tabbar_border;
padding: 2px 0px 2px 0px; padding: 2px 0px 2px 0px;
height: $20px;
} }
QTabBar::tab:hover { QTabBar::tab:hover {