From fb192baad45182293ee55f3ec9015d209941d8bc Mon Sep 17 00:00:00 2001 From: Hugo Pereira Da Costa Date: Mon, 11 Aug 2014 20:52:52 +0200 Subject: [PATCH] ajust radius --- kstyle/breezehelper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kstyle/breezehelper.h b/kstyle/breezehelper.h index 4e86964d..fc8345e1 100644 --- a/kstyle/breezehelper.h +++ b/kstyle/breezehelper.h @@ -228,7 +228,7 @@ namespace Breeze //! frame radius qreal frameRadius( void ) const - { return Metrics::Frame_FrameRadius; } + { return qreal( Metrics::Frame_FrameRadius )+0.5; } //! return color key for a given color, properly accounting for invalid colors quint64 colorKey( const QColor& color ) const