[qet] qet/qet: [5079] Minor |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 5079
Author: scorpio810
Date: 2017-10-12 14:52:26 +0200 (Thu, 12 Oct 2017)
Log Message:
-----------
Minor
Modified Paths:
--------------
trunk/sources/QetGraphicsItemModeler/qetgraphicshandleritem.h
Modified: trunk/sources/QetGraphicsItemModeler/qetgraphicshandleritem.h
===================================================================
--- trunk/sources/QetGraphicsItemModeler/qetgraphicshandleritem.h 2017-10-11 19:40:47 UTC (rev 5078)
+++ trunk/sources/QetGraphicsItemModeler/qetgraphicshandleritem.h 2017-10-12 12:52:26 UTC (rev 5079)
@@ -30,7 +30,7 @@
class QetGraphicsHandlerItem : public QGraphicsItem
{
public:
- QetGraphicsHandlerItem(qreal size = 8);
+ QetGraphicsHandlerItem(qreal size = 10);
QRectF boundingRect() const override;
enum { Type = UserType + 1200};
@@ -47,7 +47,7 @@
QColor m_color;
public:
- static QVector<QetGraphicsHandlerItem *> handlerForPoint(const QVector<QPointF> &points, int size = 8);
+ static QVector<QetGraphicsHandlerItem *> handlerForPoint(const QVector<QPointF> &points, int size = 10);
};
#endif // QETGRAPHICSHANDLERITEM_H