diff options
| author | Alexander Gavrilov | 2012-08-22 13:06:06 +0400 |
|---|---|---|
| committer | Alexander Gavrilov | 2012-08-22 13:06:06 +0400 |
| commit | 6e8b68fb29c52f1782938bf7aa564a516079bf61 (patch) | |
| tree | 1839b3f85cef36ea8f1345136f07b8da4905adb6 /scripts | |
| parent | 2b79582e99654282a03ee10424db380942b04b10 (diff) | |
| download | dfhack-6e8b68fb29c52f1782938bf7aa564a516079bf61.tar.gz dfhack-6e8b68fb29c52f1782938bf7aa564a516079bf61.tar.bz2 dfhack-6e8b68fb29c52f1782938bf7aa564a516079bf61.tar.xz | |
Add yet one more frame style.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/gui/hello-world.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gui/hello-world.lua b/scripts/gui/hello-world.lua index 48f6675e..b67e5012 100644 --- a/scripts/gui/hello-world.lua +++ b/scripts/gui/hello-world.lua @@ -5,6 +5,7 @@ local gui = require 'gui' local text = 'Woohoo, lua viewscreen :)' local screen = mkinstance(gui.FramedScreen, { + frame_style = gui.GREY_LINE_FRAME, frame_title = 'Hello World', frame_width = #text+6, frame_height = 3, |
