From 608e56940a0ed83fb2f55b735ad0491619de3518 Mon Sep 17 00:00:00 2001 From: Eberhard Graether Date: Wed, 11 Apr 2018 11:50:13 +0200 Subject: [PATCH] ui: Fixed template specialization edge not enough space --- src/lib/component/view/GraphViewStyle.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/component/view/GraphViewStyle.cpp b/src/lib/component/view/GraphViewStyle.cpp index 537eb82a..6e8d6440 100644 --- a/src/lib/component/view/GraphViewStyle.cpp +++ b/src/lib/component/view/GraphViewStyle.cpp @@ -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: