aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-12 04:49:01 +1000
committerDavid Walter Seikel2014-05-12 04:49:01 +1000
commitadddbcb7006dae88244ddf3d80ec1602c5a2c8f8 (patch)
treeda962f62c9802a60e4463bf40a16059545f1fc01 /src
parentFiddle with the winFang title, and white space cleanups on winFang.edc. (diff)
downloadSledjHamr-adddbcb7006dae88244ddf3d80ec1602c5a2c8f8.zip
SledjHamr-adddbcb7006dae88244ddf3d80ec1602c5a2c8f8.tar.gz
SledjHamr-adddbcb7006dae88244ddf3d80ec1602c5a2c8f8.tar.bz2
SledjHamr-adddbcb7006dae88244ddf3d80ec1602c5a2c8f8.tar.xz
Stop internal windows going under the toolbar.
Diffstat (limited to 'src')
-rw-r--r--src/extantz/extantz.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/extantz/extantz.c b/src/extantz/extantz.c
index ed3a78f..b422343 100644
--- a/src/extantz/extantz.c
+++ b/src/extantz/extantz.c
@@ -89,6 +89,8 @@ static void _on_resize(void *data, Evas *evas EINA_UNUSED, Evas_Object *obj EINA
89 evas_obj_size_hint_min_get(NULL, &h), 89 evas_obj_size_hint_min_get(NULL, &h),
90 evas_obj_size_set(ourGlobals->win_w, h) 90 evas_obj_size_set(ourGlobals->win_w, h)
91 ); 91 );
92 // Stop internal windows going under the toolbar.
93 evas_object_resize(ourGlobals->mainWindow->layout, ourGlobals->win_w, h);
92 if (ourGlobals->world) 94 if (ourGlobals->world)
93 ephysics_world_render_geometry_set(ourGlobals->world, 0, 0, -50, ourGlobals->win_w, ourGlobals->win_h, 100); 95 ephysics_world_render_geometry_set(ourGlobals->world, 0, 0, -50, ourGlobals->win_w, ourGlobals->win_h, 100);
94 _resize(gld); 96 _resize(gld);