summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOlliver Schinagl <o.schinagl@ultimaker.com>2015-04-29 15:11:00 (GMT)
committerOlliver Schinagl <o.schinagl@ultimaker.com>2015-04-29 15:11:00 (GMT)
commit47a4e0b264eb8301284ae42b0d18d187efbd7c6c (patch)
tree00e0516c0e9895f75953b5318bac0a0f005ede35 /src
parent571b54259f83e82edcb6634a332493654e71a2d0 (diff)
downloadeulogium-47a4e0b264eb8301284ae42b0d18d187efbd7c6c.zip
eulogium-47a4e0b264eb8301284ae42b0d18d187efbd7c6c.tar.gz
eulogium-47a4e0b264eb8301284ae42b0d18d187efbd7c6c.tar.bz2
make splitscreen bottom button align better
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
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;