summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/eulogium.c4
1 files 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;