mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-04-10 09:40:41 +02:00
Some adjustments to the selection range and line weights
This commit is contained in:
6
MM.h
6
MM.h
@@ -40,14 +40,14 @@ public:
|
||||
static const QColor CONTROL_COLOR;
|
||||
static const QBrush VERTEX_BACKGROUND;
|
||||
|
||||
static const qreal SHAPE_STROKE_WIDTH = 3;
|
||||
static const qreal SHAPE_INNER_STROKE_WIDTH = 1;
|
||||
static const qreal SHAPE_STROKE_WIDTH = 2;
|
||||
static const qreal SHAPE_INNER_STROKE_WIDTH = 0.5;
|
||||
static const QPen SHAPE_STROKE;
|
||||
static const QPen SHAPE_INNER_STROKE;
|
||||
|
||||
// Control.
|
||||
static const qreal VERTEX_STICK_RADIUS = 10;
|
||||
static const qreal VERTEX_SELECT_RADIUS = 20;
|
||||
static const qreal VERTEX_SELECT_RADIUS = 10;
|
||||
static const qreal VERTEX_SELECT_STROKE_WIDTH = 1;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user