fixed focused frame radius

wilder-pre-rebase
Hugo Pereira Da Costa 12 years ago
parent 1aa2cb73c7
commit 647af67f00
  1. 2
      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 );

Loading…
Cancel
Save