tweak
This commit is contained in:
parent
c4b7541da3
commit
2b342497a8
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ namespace Deskcandy.Candy {
|
||||||
label.use_markup = true;
|
label.use_markup = true;
|
||||||
label.set_markup(@"<i>$(child.get_attribute("_label"))</i>");
|
label.set_markup(@"<i>$(child.get_attribute("_label"))</i>");
|
||||||
child_container.pack_start(label, false);
|
child_container.pack_start(label, false);
|
||||||
parent.pack_start(child_container, false);
|
parent.pack_start(child_container);
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (child.tag_name) {
|
switch (child.tag_name) {
|
||||||
|
|
Loading…
Reference in a new issue