aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-17 11:33:57 +1000
committerDavid Walter Seikel2014-05-17 11:33:57 +1000
commita5242ccc5c4f14a316cdc8da9090220321a06239 (patch)
treea0589d7d5192bed65504ad43271304d2b9a8af0e /src
parentWait a second before extantz tries to reconnect. (diff)
downloadSledjHamr-a5242ccc5c4f14a316cdc8da9090220321a06239.zip
SledjHamr-a5242ccc5c4f14a316cdc8da9090220321a06239.tar.gz
SledjHamr-a5242ccc5c4f14a316cdc8da9090220321a06239.tar.bz2
SledjHamr-a5242ccc5c4f14a316cdc8da9090220321a06239.tar.xz
More window adjusting.
Diffstat (limited to 'src')
-rw-r--r--src/extantz/files.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extantz/files.c b/src/extantz/files.c
index 1990091..666842b 100644
--- a/src/extantz/files.c
+++ b/src/extantz/files.c
@@ -146,7 +146,7 @@ winFang *filesAdd(globals *ourGlobals, char *path, Eina_Bool multi, Eina_Bool sa
146 Widget *wid; 146 Widget *wid;
147 Evas_Object *vbox, *fs, *bt, *rd = NULL, *rdg = NULL, *hoversel; 147 Evas_Object *vbox, *fs, *bt, *rd = NULL, *rdg = NULL, *hoversel;
148 148
149 me = winFangAdd(ourGlobals->mainWindow, ourGlobals->win_w - 380, ourGlobals->win_w - 530, 300, 500, "file selector", "files", ourGlobals->world); 149 me = winFangAdd(ourGlobals->mainWindow, 10, 500, 300, 500, "file selector", "files", ourGlobals->world);
150 150
151 wid = widgetAdd(me, WT_FILES, NULL, -1, -1, -1, -1); 151 wid = widgetAdd(me, WT_FILES, NULL, -1, -1, -1, -1);
152 fs = wid->obj; 152 fs = wid->obj;