ui: sort buckets in graph layout alphabetically and put bundles at end

This commit is contained in:
Eberhard Graether
2016-05-17 14:28:22 +02:00
parent 67e4d84631
commit 79f788db2e
7 changed files with 54 additions and 33 deletions
+2 -2
View File
@@ -436,8 +436,8 @@ GraphViewStyle::EdgeStyle GraphViewStyle::getStyleForEdgeType(Edge::EdgeType typ
style.width = 2;
style.arrowLength = 7;
style.arrowWidth = 10;
style.originOffset.x = 22;
style.targetOffset.x = 22;
style.originOffset.x = 24;
style.targetOffset.x = 24;
style.originOffset.y = 0;
style.targetOffset.y = 0;
style.verticalOffset = 0;