summaryrefslogtreecommitdiffstats
path: root/src/attributes.cpp
diff options
context:
space:
mode:
authormjwybrow <mjwybrow@users.sourceforge.net>2006-01-20 04:12:21 +0000
committermjwybrow <mjwybrow@users.sourceforge.net>2006-01-20 04:12:21 +0000
commitb01791161926320dbb8b9a5435ea2fb470c32795 (patch)
treec61cf814c6f1a3a840cf5a9efdc3f6f961b9c9e6 /src/attributes.cpp
parentUpdate to gtk28 (diff)
downloadinkscape-b01791161926320dbb8b9a5435ea2fb470c32795.tar.gz
inkscape-b01791161926320dbb8b9a5435ea2fb470c32795.zip
* src/widgets/toolbox.cpp, src/widgets/desktop-widget.cpp,
src/conn-avoid-ref.cpp, src/conn-avoid-ref.h, src/sp-namedview.cpp, src/sp-namedview.h, src/attributes.cpp, src/attributes.h, src/attributes-test.cpp: Added a "Spacing" control to the connector toolbar which allows the user to adjust the amount of space left around avoided shapes for the purpose of determining auto-routing connector paths. (bzr r18)
Diffstat (limited to 'src/attributes.cpp')
-rw-r--r--src/attributes.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp
index 4d182179c..ce9c0e105 100644
--- a/src/attributes.cpp
+++ b/src/attributes.cpp
@@ -100,6 +100,7 @@ static SPStyleProp const props[] = {
{SP_ATTR_INKSCAPE_OBJECT_NODES, "inkscape:object-nodes"},
{SP_ATTR_INKSCAPE_CURRENT_LAYER, "inkscape:current-layer"},
{SP_ATTR_INKSCAPE_DOCUMENT_UNITS, "inkscape:document-units"},
+ {SP_ATTR_INKSCAPE_CONNECTOR_SPACING, "inkscape:connector-spacing"},
/* SPGuide */
{SP_ATTR_ORIENTATION, "orientation"},
{SP_ATTR_POSITION, "position"},