summaryrefslogtreecommitdiffstats
path: root/src/selcue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/selcue.cpp')
-rw-r--r--src/selcue.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/selcue.cpp b/src/selcue.cpp
index e10b70a96..9a276325f 100644
--- a/src/selcue.cpp
+++ b/src/selcue.cpp
@@ -162,7 +162,7 @@ void Inkscape::SelCue::_newItemBboxes()
SP_TYPE_CTRL,
"mode", SP_CTRL_MODE_XOR,
"shape", SP_CTRL_SHAPE_DIAMOND,
- "size", 5.0,
+ "size", 6.0,
"filled", TRUE,
"fill_color", 0x000000ff,
"stroked", FALSE,
@@ -214,7 +214,7 @@ void Inkscape::SelCue::_newTextBaselines()
if (pt) {
baseline_point = sp_canvas_item_new(_desktop->getControls(), SP_TYPE_CTRL,
"mode", SP_CTRL_MODE_XOR,
- "size", 4.0,
+ "size", 5.0,
"filled", 0,
"stroked", 1,
"stroke_color", 0x000000ff,