diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2019-05-18 19:14:16 +0000 |
|---|---|---|
| committer | Diederik van Lierop <mail@diedenrezi.nl> | 2019-05-20 16:22:27 +0000 |
| commit | 25f00397565bbdce7d7e98420f1921afd5b5092a (patch) | |
| tree | eb911793c46904938c43c26d789c6a3b12c2347f /src/selcue.cpp | |
| parent | Another pixel alignment fix (diff) | |
| download | inkscape-25f00397565bbdce7d7e98420f1921afd5b5092a.tar.gz inkscape-25f00397565bbdce7d7e98420f1921afd5b5092a.zip | |
More pixel-level alignment fixes for various controls, by making all controls have an odd-integer size (measured in pixels)
Diffstat (limited to 'src/selcue.cpp')
| -rw-r--r-- | src/selcue.cpp | 4 |
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, |
