From 647af67f00928d50750522b4a09211b5f6b8be70 Mon Sep 17 00:00:00 2001 From: Hugo Pereira Da Costa Date: Thu, 7 Aug 2014 01:01:09 +0200 Subject: [PATCH] fixed focused frame radius --- kstyle/breezehelper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kstyle/breezehelper.cpp b/kstyle/breezehelper.cpp index 36825c52..f68fcb1b 100644 --- a/kstyle/breezehelper.cpp +++ b/kstyle/breezehelper.cpp @@ -338,7 +338,7 @@ namespace Breeze if( focus ) { - const qreal radius( qreal( Metrics::Frame_FrameRadius ) - 1.5 ); + const qreal radius( qreal( Metrics::Frame_FrameRadius ) - 0.5 ); painter->setPen( QPen( outline, 2 ) ); painter->setBrush( Qt::NoBrush );