summaryrefslogtreecommitdiff
path: root/src/gtkext/graph/params.h
diff options
context:
space:
mode:
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