From b7f5014a18b3d08ef9f93d04d56e7da38afe38a2 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Fri, 19 Nov 2010 02:41:02 +0000 Subject: [PATCH] Patch to fix keyboard layout size from Marco Trevisan. SVN revision: 54709 --- src/modules/illume-keyboard/e_kbd_int.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/illume-keyboard/e_kbd_int.c b/src/modules/illume-keyboard/e_kbd_int.c index df936d4..fdc6cbb 100644 --- a/src/modules/illume-keyboard/e_kbd_int.c +++ b/src/modules/illume-keyboard/e_kbd_int.c @@ -999,6 +999,7 @@ _e_kbd_int_layout_build(E_Kbd_Int *ki) edje_object_part_geometry_get(ki->base_obj, "e.swallow.content", NULL, NULL, &lw, &lh); lh = (ki->layout.h * lw) / ki->layout.w; edje_extern_object_min_size_set(ki->layout_obj, lw, lh); + edje_extern_object_max_size_set(ki->layout_obj, ki->win->w, ki->win->h); edje_object_part_swallow(ki->base_obj, "e.swallow.content", ki->layout_obj); EINA_LIST_FOREACH(ki->layout.keys, l, ky) -- 2.7.4