[Uml-devel] branches/work/soc-umbrello/umbrello
Gopala Krishna A
krishna.ggk at gmail.com
Wed Aug 27 16:51:16 UTC 2008
SVN commit 853390 by gopala:
Make sequential line more accesible to click by expanding the bounding
rect.
M +1 -1 seqlinewidget.cpp
--- branches/work/soc-umbrello/umbrello/seqlinewidget.cpp #853389:853390
@@ -145,7 +145,7 @@
addLineToPath(m_destructionBoxLines[1], linePath);
QPainterPathStroker stroker;
- stroker.setWidth(m_lineWidth + 5);
+ stroker.setWidth(m_lineWidth + 10);
m_shape = stroker.createStroke(linePath);
prepareGeometryChange();
More information about the umbrello-devel
mailing list