diff options
| author | Tim Dwyer <tgdwyer@gmail.com> | 2006-07-18 01:58:44 +0000 |
|---|---|---|
| committer | tgdwyer <tgdwyer@users.sourceforge.net> | 2006-07-18 01:58:44 +0000 |
| commit | a12110482d18f105beb3e5b39743223506869efc (patch) | |
| tree | c86e7d1e2aa3445bc346e2c5fec6bea102ff203e /src/conn-avoid-ref.h | |
| parent | Committed again without the essential fix on line 84 commented out! (diff) | |
| download | inkscape-a12110482d18f105beb3e5b39743223506869efc.tar.gz inkscape-a12110482d18f105beb3e5b39743223506869efc.zip | |
We now use connector spacing to determine the minimum space required
between shape bounding boxes when graph layout with avoid overlap
constraints is applied. This means that there should always be enough
room for connectors to route between shapes. Also changed the default
connector spacing to a less extreme 3.
(bzr r1435)
Diffstat (limited to 'src/conn-avoid-ref.h')
| -rw-r--r-- | src/conn-avoid-ref.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conn-avoid-ref.h b/src/conn-avoid-ref.h index c60cf7afd..0ee6addc3 100644 --- a/src/conn-avoid-ref.h +++ b/src/conn-avoid-ref.h @@ -55,7 +55,7 @@ extern GSList *get_avoided_items(GSList *list, SPObject *from, extern void avoid_item_move(NR::Matrix const *mp, SPItem *moved_item); extern void init_avoided_shape_geometry(SPDesktop *desktop); -static const double defaultConnSpacing = 10.0; +static const double defaultConnSpacing = 3.0; #endif /* !SEEN_CONN_AVOID_REF */ |
