showHelpDialog(): leave some margin for resizing
This commit is contained in:
parent
1fc7581f77
commit
c31ab0ea96
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||||
|
|
Loading…
Reference in a new issue