aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/GuiLua/GuiLua.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-17 11:29:18 +1000
committerDavid Walter Seikel2014-05-17 11:29:18 +1000
commit73c6d05703d8f1eef553647bd38b472197d5a275 (patch)
tree8a24e15eb271a4cfa16c90c89e89fdc92d385c71 /src/GuiLua/GuiLua.c
parentRemove excess sleep and env setting. (diff)
downloadSledjHamr-73c6d05703d8f1eef553647bd38b472197d5a275.zip
SledjHamr-73c6d05703d8f1eef553647bd38b472197d5a275.tar.gz
SledjHamr-73c6d05703d8f1eef553647bd38b472197d5a275.tar.bz2
SledjHamr-73c6d05703d8f1eef553647bd38b472197d5a275.tar.xz
Adjust windows a bit.
Diffstat (limited to 'src/GuiLua/GuiLua.c')
-rw-r--r--src/GuiLua/GuiLua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GuiLua/GuiLua.c b/src/GuiLua/GuiLua.c
index 0fc27f4..ae9af48 100644
--- a/src/GuiLua/GuiLua.c
+++ b/src/GuiLua/GuiLua.c
@@ -252,7 +252,7 @@ static int window(lua_State *L)
252 world = gl->world; 252 world = gl->world;
253 } 253 }
254 254
255 win = winFangAdd(parent, 25, 55, w, h, title, name, world); 255 win = winFangAdd(parent, 5, 26, w, h, title, name, world);
256 win->module = module; 256 win->module = module;
257 if (gl) 257 if (gl)
258 { 258 {