aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/files.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-12 06:20:50 +1000
committerDavid Walter Seikel2014-05-12 06:20:50 +1000
commitdd6e04446d4e8547c9f76790fdc0ff6deb697b9c (patch)
tree008b694562d8b9c4fb2eab999fe57fd456943c65 /src/extantz/files.c
parentTry to calculate minimum winFang size, and fail coz no one else does. (diff)
downloadSledjHamr-dd6e04446d4e8547c9f76790fdc0ff6deb697b9c.zip
SledjHamr-dd6e04446d4e8547c9f76790fdc0ff6deb697b9c.tar.gz
SledjHamr-dd6e04446d4e8547c9f76790fdc0ff6deb697b9c.tar.bz2
SledjHamr-dd6e04446d4e8547c9f76790fdc0ff6deb697b9c.tar.xz
Make files and purkle slimmer.
Diffstat (limited to '')
-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 d575fea..036cd4f 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, 350, 500, "file selector", "files", ourGlobals->world); 149 me = winFangAdd(ourGlobals->mainWindow, ourGlobals->win_w - 380, ourGlobals->win_w - 530, 300, 500, "file selector", "files", ourGlobals->world);
150 150
151 wid = widgetAdd(me, ELM_OBJ_FILESELECTOR_CLASS, me->win, NULL); 151 wid = widgetAdd(me, ELM_OBJ_FILESELECTOR_CLASS, me->win, NULL);
152 fs = wid->obj; 152 fs = wid->obj;