ui: Fixed template specialization edge not enough space

<description>
This commit is contained in:
Eberhard Graether
2018-04-11 11:50:13 +02:00
parent 4ac998d55e
commit 608e56940a
@@ -688,6 +688,7 @@ GraphViewStyle::EdgeStyle GraphViewStyle::getStyleForEdgeType(
style.arrowLength = 10;
style.arrowWidth = 13;
style.arrowClosed = true;
style.targetOffset.x = 25;
case Edge::EDGE_TEMPLATE_ARGUMENT:
case Edge::EDGE_TYPE_ARGUMENT:
case Edge::EDGE_TEMPLATE_DEFAULT_ARGUMENT: