summaryrefslogtreecommitdiff
path: root/tests/ui/dialog.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-11-29 22:36:04 +0800
committerruki <[email protected]>2020-11-29 22:36:04 +0800
commite4058387bfd67c02aa0e065705655b1e4b0aafbf (patch)
treed2dfd95343e3161a9e4dc55691e37abbca69b430 /tests/ui/dialog.lua
parentd48118e840fc0be69f3d78a3894e4bf76b8d801b (diff)
support scrollbar
Diffstat (limited to 'tests/ui/dialog.lua')
-rw-r--r--tests/ui/dialog.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/dialog.lua b/tests/ui/dialog.lua
index 459907fa3..ace1873e4 100644
--- a/tests/ui/dialog.lua
+++ b/tests/ui/dialog.lua
@@ -75,6 +75,7 @@ function demo:dialog_help()
local dialog_help = self._DIALOG_HELP
if not dialog_help then
dialog_help = textdialog:new("dialog.help", rect {1, 1, self:width() - 1, self:height() - 1}, "README")
+ dialog_help:option_set("scrollable", true)
local helptext = nil
local file = io.open("./LICENSE.md", 'r')
if file then