From 25f00397565bbdce7d7e98420f1921afd5b5092a Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Sat, 18 May 2019 21:14:16 +0200 Subject: More pixel-level alignment fixes for various controls, by making all controls have an odd-integer size (measured in pixels) --- src/selcue.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/selcue.cpp') 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, -- cgit v1.2.3