From c62b41d3d72cf5b9a53f06bdb768c2452e354fcc Mon Sep 17 00:00:00 2001 From: David Rosca Date: Mon, 8 Jan 2018 15:44:30 +0100 Subject: [PATCH] Fix tabbar buttons to have equal height as tabs in Windows theme --- themes/windows/main.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/windows/main.css b/themes/windows/main.css index 8482e88e7..442153450 100644 --- a/themes/windows/main.css +++ b/themes/windows/main.css @@ -105,13 +105,13 @@ #tabwidget-button-opentabs { qproperty-themeIcon: "go-down"; - qproperty-fixedsize: 22px 28px; + qproperty-fixedsize: 22px 29px; } #tabwidget-button-closedtabs { qproperty-themeIcon: "user-trash-full"; - qproperty-fixedsize: 22px 28px; + qproperty-fixedsize: 22px 29px; } #tabwidget-button-addtab[outside-tabbar="false"] @@ -120,14 +120,14 @@ border: 1px solid #b2b2b2; border-bottom: none; border-left: none; - qproperty-fixedsize: 28px 28px; + qproperty-fixedsize: 29px 29px; qproperty-themeIcon: "list-add"; } #tabwidget-button-addtab[outside-tabbar="true"] { qproperty-themeIcon: "list-add"; - qproperty-fixedsize: 22px 28px; + qproperty-fixedsize: 22px 29px; } #tabbar