From 0fea4e887eab51fc7185b2526ef0a61fd10f39ce Mon Sep 17 00:00:00 2001 From: Hugo Pereira Da Costa Date: Fri, 19 Sep 2014 20:02:50 +0200 Subject: [PATCH] Added missing metrics --- kstyle/breezestyle.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kstyle/breezestyle.cpp b/kstyle/breezestyle.cpp index e5f57327..725966c9 100644 --- a/kstyle/breezestyle.cpp +++ b/kstyle/breezestyle.cpp @@ -549,6 +549,9 @@ namespace Breeze case PM_TabBarBaseOverlap: return Metrics::TabBar_BaseOverlap; case PM_TabBarTabHSpace: return 2*Metrics::TabBar_TabMarginWidth; case PM_TabBarTabVSpace: return 2*Metrics::TabBar_TabMarginHeight; + case PM_TabCloseIndicatorWidth: + case PM_TabCloseIndicatorHeight: + return pixelMetric( PM_SmallIconSize, option, widget ); // scrollbars case PM_ScrollBarExtent: return Metrics::ScrollBar_Extend;