瀏覽代碼

theme: refine height of QTabBar

Le Tan 7 年之前
父節點
當前提交
d681fdebd9
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      src/resources/themes/v_moonlight/v_moonlight.qss
  2. 1 0
      src/resources/themes/v_pure/v_pure.qss

+ 1 - 0
src/resources/themes/v_moonlight/v_moonlight.qss

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

+ 1 - 0
src/resources/themes/v_pure/v_pure.qss

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