From 062cfdcc1b213d5cecd907a367dee51046e2eb7b Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 11 May 2014 05:40:27 +1000 Subject: Add a rectangle to pad out those that don't use the winFang box, and have them make their widdgets relative to that. --- src/extantz/files.c | 1 + src/extantz/woMan.c | 1 + 2 files changed, 2 insertions(+) (limited to 'src/extantz') 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 Evas_Object *vbox, *fs, *bt, *rd = NULL, *rdg = NULL, *hoversel; me = winFangAdd(ourGlobals->mainWindow, ourGlobals->win_w - 380, ourGlobals->win_w - 530, 350, 500, "file selector", "files", ourGlobals->world); + useBox(me); wid = widgetAdd(me, ELM_OBJ_FILESELECTOR_CLASS, me->box, NULL); fs = wid->obj; diff --git a/src/extantz/woMan.c b/src/extantz/woMan.c index 52b3a30..6167cb1 100644 --- a/src/extantz/woMan.c +++ b/src/extantz/woMan.c @@ -160,6 +160,7 @@ winFang *woMan_add(globals *ourGlobals) int i; me = winFangAdd(ourGlobals->mainWindow, 30, 200, ourGlobals->win_w / 3, ourGlobals->win_h / 3, "virtual world manager", "woMan", ourGlobals->world); + useBox(me); // A tab thingy. tb = elm_toolbar_add(me->win); -- cgit v1.1