aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz
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/extantz
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/extantz')
-rw-r--r--src/extantz/woMan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extantz/woMan.c b/src/extantz/woMan.c
index 2a881ce..64df84c 100644
--- a/src/extantz/woMan.c
+++ b/src/extantz/woMan.c
@@ -159,7 +159,7 @@ winFang *woMan_add(globals *ourGlobals)
159 char buf[PATH_MAX]; 159 char buf[PATH_MAX];
160 int i; 160 int i;
161 161
162 me = winFangAdd(ourGlobals->mainWindow, 30, 200, ourGlobals->win_w / 3, ourGlobals->win_h / 3, "virtual world manager", "woMan", ourGlobals->world); 162 me = winFangAdd(ourGlobals->mainWindow, 600, 650, ourGlobals->win_w / 3, ourGlobals->win_h / 3, "virtual world manager", "woMan", ourGlobals->world);
163 163
164 // A tab thingy. 164 // A tab thingy.
165 tb = elm_toolbar_add(me->win); 165 tb = elm_toolbar_add(me->win);