diff --git a/kstyle/breezehelper.cpp b/kstyle/breezehelper.cpp index 249d5b63..d22e1bc2 100644 --- a/kstyle/breezehelper.cpp +++ b/kstyle/breezehelper.cpp @@ -520,7 +520,7 @@ namespace Breeze painter->setRenderHint( QPainter::Antialiasing ); - QRectF frameRect( rect ); + QRectF frameRect( rect.adjusted( 1, 1, -1, -1 ) ); qreal radius( frameRadius( PenWidth::NoPen, -1 ) ); // set pen diff --git a/kstyle/breezemetrics.h b/kstyle/breezemetrics.h index fcf8ab9a..742bd4b9 100644 --- a/kstyle/breezemetrics.h +++ b/kstyle/breezemetrics.h @@ -35,7 +35,7 @@ namespace Breeze struct Metrics { // frames - static constexpr int Frame_FrameWidth = 1; + static constexpr int Frame_FrameWidth = 2; static constexpr int Frame_FrameRadius = 3; // layout