From c1ff2d56ba94d00ca83a407eddf43fc86bf7c795 Mon Sep 17 00:00:00 2001 From: "craig.p.drummond" Date: Wed, 8 Jan 2014 19:43:27 +0000 Subject: [PATCH] Smaller +/- symbols --- support/gtkproxystyle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/gtkproxystyle.cpp b/support/gtkproxystyle.cpp index 594e5602d..dfded8c33 100644 --- a/support/gtkproxystyle.cpp +++ b/support/gtkproxystyle.cpp @@ -295,7 +295,7 @@ static void drawLine(QPainter *painter, QColor col, const QPoint &start, const Q static void drawSpinButton(QPainter *painter, QRect rect, QColor &col, bool isPlus) { - int length=rect.height()/4; + int length=(rect.height()/4)-1; int lineWidth=(rect.height()-6)<32 ? 2 : 4; if (length