From 4801721722981fb4965f4af8dfc2770de66efaa0 Mon Sep 17 00:00:00 2001 From: David Rosca Date: Mon, 8 Jan 2018 10:18:57 +0100 Subject: [PATCH] Use tabPadding property in Windows theme --- themes/chrome/main.css | 5 +++++ themes/linux/main.css | 5 +++++ themes/mac/main.css | 5 +++++ themes/windows/main.css | 1 + 4 files changed, 16 insertions(+) diff --git a/themes/chrome/main.css b/themes/chrome/main.css index 87223b634..c93d837ce 100644 --- a/themes/chrome/main.css +++ b/themes/chrome/main.css @@ -126,6 +126,11 @@ ToolButton[toolbar-look="true"]:pressed } /*TabWidget*/ +#tabbar +{ + qproperty-tabPadding: -1; +} + #tabbar::scroller { width: 0px; diff --git a/themes/linux/main.css b/themes/linux/main.css index 30cf428e8..ed6a59eb2 100644 --- a/themes/linux/main.css +++ b/themes/linux/main.css @@ -67,6 +67,11 @@ } /*TabWidget*/ +#tabbar +{ + qproperty-tabPadding: -1; +} + #tabbar-button-right { qproperty-themeIcon: "arrow-right"; diff --git a/themes/mac/main.css b/themes/mac/main.css index b50890e41..a3048d57d 100644 --- a/themes/mac/main.css +++ b/themes/mac/main.css @@ -127,6 +127,11 @@ ToolButton[toolbar-look="true"]:pressed } /*TabWidget*/ +#tabbar +{ + qproperty-tabPadding: -1; +} + #tabbar-button-right { qproperty-icon: url(images/tab-right-arrow.png); diff --git a/themes/windows/main.css b/themes/windows/main.css index e52de4cf3..6035dda24 100644 --- a/themes/windows/main.css +++ b/themes/windows/main.css @@ -134,6 +134,7 @@ { min-height: 30px; max-height: 30px; + qproperty-tabPadding: 3; } #tab-icon