1
0
Fork 0

showHelpDialog(): leave some margin for resizing

This commit is contained in:
mfranz 2009-01-12 12:27:41 +00:00
parent 1fc7581f77
commit c31ab0ea96

View file

@ -1027,6 +1027,7 @@ showHelpDialog = func {
} }
w = dialog[name].addChild("textbox"); w = dialog[name].addChild("textbox");
w.set("padding", 4);
w.set("halign", "fill"); w.set("halign", "fill");
w.set("valign", "fill"); w.set("valign", "fill");
w.set("stretch", "true"); w.set("stretch", "true");