diff --git a/kstyle/breezehelper.cpp b/kstyle/breezehelper.cpp --- a/kstyle/breezehelper.cpp +++ b/kstyle/breezehelper.cpp @@ -454,7 +454,7 @@ QColor background( color ); background.setAlphaF(0.3); - const qreal radius( frameRadius( -1.0 ) ); + const qreal radius( frameRadius( -5.0 ) ); painter->setPen( outline ); painter->setBrush( background );