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); }