sculpt: add whitespace around parent resources

This commit is contained in:
Norman Feske 2019-03-04 10:59:27 +01:00 committed by Christian Helmuth
parent 57fd4e9148
commit 6ee7049736

View File

@ -97,7 +97,7 @@ struct Sculpt::Graph
{
gen_named_node(xml, "frame", name, [&] () {
xml.node("label", [&] () {
xml.attribute("text", name); }); });
xml.attribute("text", Start_name(" ", name, " ")); }); });
}
void _gen_graph_dialog()