mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-06 06:19:52 +08:00
theme: refine height of QTabBar
This commit is contained in:
parent
14070ab67a
commit
d681fdebd9
@ -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 {
|
||||||
|
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user