This commit is contained in:
Vivianne 2022-03-24 01:35:05 -07:00
parent c4b7541da3
commit 2b342497a8
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ namespace Deskcandy.Candy {
label.use_markup = true;
label.set_markup(@"<i>$(child.get_attribute("_label"))</i>");
child_container.pack_start(label, false);
parent.pack_start(child_container, false);
parent.pack_start(child_container);
}
switch (child.tag_name) {