ui: new style for bundle node

This commit is contained in:
Eberhard Graether
2015-09-09 11:48:16 +02:00
parent 934c70272d
commit 70283f7610
12 changed files with 123 additions and 51 deletions
@@ -704,7 +704,7 @@ void GraphController::layoutNestingRecursive(DummyNode& node) const
}
else if (node.isBundleNode())
{
width = margins.charWidth * (node.name.size() + 1 + utility::digits(node.bundledNodes.size()));
width = margins.charWidth * node.name.size();
}
// Horizontal layouting is currently not used, but left in place for experimentation.