From e03e8e24c09072ccb349d52ee288b705ec7091fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=8B=D1=87=D0=BA=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Thu, 16 Nov 2017 08:22:31 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/libs@318 a8b55f48-bf90-11e4-a774-851b48703e85 --- qad/blockview/blockitem.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qad/blockview/blockitem.cpp b/qad/blockview/blockitem.cpp index a593e90..efc49f4 100644 --- a/qad/blockview/blockitem.cpp +++ b/qad/blockview/blockitem.cpp @@ -373,9 +373,9 @@ void BlockItem::hoverEnterEvent(QGraphicsSceneHoverEvent * e) { if (anim) { anim_thick.stop(); anim_thick.setStartValue(thickness()); - anim_thick.setEndValue(2); + anim_thick.setEndValue(2.5); anim_thick.start(); - } else setThickness(2); + } else setThickness(2.5); emit blockHoverEnter(this); }