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