summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAlexander Gavrilov2012-08-22 13:06:06 +0400
committerAlexander Gavrilov2012-08-22 13:06:06 +0400
commit6e8b68fb29c52f1782938bf7aa564a516079bf61 (patch)
tree1839b3f85cef36ea8f1345136f07b8da4905adb6 /scripts
parent2b79582e99654282a03ee10424db380942b04b10 (diff)
downloaddfhack-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.lua1
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,