From e37376b7b448b7056a6832807569c46a1940ba85 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Fri, 2 May 2014 01:22:43 +1000 Subject: Halve the test window size. --- src/GuiLua/test.skang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GuiLua/test.skang') diff --git a/src/GuiLua/test.skang b/src/GuiLua/test.skang index 897777f..337b75f 100644 --- a/src/GuiLua/test.skang +++ b/src/GuiLua/test.skang @@ -4,7 +4,7 @@ -- There's an implied local test = require 'test' -- This is a bit more verbose than I wanted. lol -local win = skang.window(1024, 1024, "G'day planet.", 'testWindow') +local win = skang.window(512, 512, "G'day planet.", 'testWindow') skang.thingasm{win, 'quitter', 'Quits the skang window', types = 'widget', widget='"button", "Quit", 10, 10, 100, 30'} win.W.quitter.action = 'skang.quit()' -- TODO Should look it up in ThingSpace.commands, and translate 'quit' into the Lua 'skang.quit()'? -- cgit v1.1