aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/files.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-11 05:40:27 +1000
committerDavid Walter Seikel2014-05-11 05:40:27 +1000
commit062cfdcc1b213d5cecd907a367dee51046e2eb7b (patch)
treed9df5b851518cad53452a611f17604e62033d218 /src/extantz/files.c
parentAdd internal window title bar, and dragging them around. Plus some related c... (diff)
downloadSledjHamr-062cfdcc1b213d5cecd907a367dee51046e2eb7b.zip
SledjHamr-062cfdcc1b213d5cecd907a367dee51046e2eb7b.tar.gz
SledjHamr-062cfdcc1b213d5cecd907a367dee51046e2eb7b.tar.bz2
SledjHamr-062cfdcc1b213d5cecd907a367dee51046e2eb7b.tar.xz
Add a rectangle to pad out those that don't use the winFang box, and have them make their widdgets relative to that.
Diffstat (limited to 'src/extantz/files.c')
-rw-r--r--src/extantz/files.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extantz/files.c b/src/extantz/files.c
index 3aeb7f9..6ac151d 100644
--- a/src/extantz/files.c
+++ b/src/extantz/files.c
@@ -147,6 +147,7 @@ winFang *filesAdd(globals *ourGlobals, char *path, Eina_Bool multi, Eina_Bool sa
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, 350, 500, "file selector", "files", ourGlobals->world);
150 useBox(me);
150 151
151 wid = widgetAdd(me, ELM_OBJ_FILESELECTOR_CLASS, me->box, NULL); 152 wid = widgetAdd(me, ELM_OBJ_FILESELECTOR_CLASS, me->box, NULL);
152 fs = wid->obj; 153 fs = wid->obj;