From 47a4e0b264eb8301284ae42b0d18d187efbd7c6c Mon Sep 17 00:00:00 2001 From: Olliver Schinagl Date: Wed, 29 Apr 2015 17:11:00 +0200 Subject: make splitscreen bottom button align better Signed-off-by: Olliver Schinagl --- src/eulogium.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/eulogium.c b/src/eulogium.c index 7c96151..69a1505 100644 --- a/src/eulogium.c +++ b/src/eulogium.c @@ -434,8 +434,8 @@ Evas_Object *eulogium_split_screen(Evas_Object *parent, Evas_Object *top, Evas_O elm_table_pack(table, sep, 0, 4, 1, 1); elm_table_pack(table, bottom, 0, 5, 1, 1); - evas_object_size_hint_weight_set(bottom, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); - evas_object_size_hint_align_set(bottom, EVAS_HINT_FILL, EVAS_HINT_FILL); + evas_object_size_hint_weight_set(bottom, EVAS_HINT_EXPAND, 0); + evas_object_size_hint_align_set(bottom, EVAS_HINT_FILL, 0); evas_object_show(table); return table; -- cgit v0.12