improve textdialog

This commit is contained in:
ruki
2020-11-28 20:41:03 +08:00
parent 1f9076fbd7
commit 0903f700ca
8 changed files with 53 additions and 32 deletions

View File

@@ -86,6 +86,7 @@ function demo:dialog_help()
dialog_help:text():text_set(helptext)
end
dialog_help:button_add("exit", "< Exit >", function (v) self:remove(dialog_help) end)
dialog_help:option_set("scrollable", true)
self._DIALOG_HELP = dialog_help
end
return dialog_help