diff options
author | David Walter Seikel | 2014-05-12 04:49:01 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-05-12 04:49:01 +1000 |
commit | adddbcb7006dae88244ddf3d80ec1602c5a2c8f8 (patch) | |
tree | da962f62c9802a60e4463bf40a16059545f1fc01 /src/extantz | |
parent | Fiddle with the winFang title, and white space cleanups on winFang.edc. (diff) | |
download | SledjHamr-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/extantz')
-rw-r--r-- | src/extantz/extantz.c | 2 |
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); |