summaryrefslogtreecommitdiff
path: root/src/gtkext/graph/params.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2013-08-17 21:54:56 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2013-08-17 21:54:56 (GMT)
commite53684bebd74d0a8ade79082c618ebb21bdea361 (patch)
tree1a9e772134f2fea48ec06c78de1d2ceaef6b69ad /src/gtkext/graph/params.h
parenta7d77562cd63f6cf0856b4cc19e245072af86f69 (diff)
Replaced some parts of the graph computing for better results.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@356 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/gtkext/graph/params.h')
-rw-r--r--src/gtkext/graph/params.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gtkext/graph/params.h b/src/gtkext/graph/params.h
index d4fea24..a1e5452 100644
--- a/src/gtkext/graph/params.h
+++ b/src/gtkext/graph/params.h
@@ -55,9 +55,6 @@
-/* Séparation verticale minimale entre deux noeuds */
-#define NODE_VERTICAL_MARGIN 35
-
@@ -69,6 +66,9 @@
#define EDGE_SLOT_HORIZ_MARGIN 20
#define EDGE_SLOT_VERT_MARGIN 20
+/* Séparations minimales entre un noeud et un autre */
+#define NODE_HORIZONTAL_MARGIN 20
+#define NODE_VERTICAL_MARGIN 35