From adddbcb7006dae88244ddf3d80ec1602c5a2c8f8 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 12 May 2014 04:49:01 +1000 Subject: Stop internal windows going under the toolbar. --- src/extantz/extantz.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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 evas_obj_size_hint_min_get(NULL, &h), evas_obj_size_set(ourGlobals->win_w, h) ); + // Stop internal windows going under the toolbar. + evas_object_resize(ourGlobals->mainWindow->layout, ourGlobals->win_w, h); if (ourGlobals->world) ephysics_world_render_geometry_set(ourGlobals->world, 0, 0, -50, ourGlobals->win_w, ourGlobals->win_h, 100); _resize(gld); -- cgit v1.1