From 7c1087a702bbb6a9d110756ed373f40b19218ac4 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Thu, 14 Jan 2010 02:30:44 +0000 Subject: [PATCH] Set bottom panel geometry on root window (for elm_conform widget). SVN revision: 45103 --- src/modules/illume-softkey/e_mod_win.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/modules/illume-softkey/e_mod_win.c b/src/modules/illume-softkey/e_mod_win.c index 61739785b..e5a65cc6d 100644 --- a/src/modules/illume-softkey/e_mod_win.c +++ b/src/modules/illume-softkey/e_mod_win.c @@ -60,6 +60,9 @@ e_mod_softkey_win_new(E_Zone *zone) e_win_placed_set(swin->win, 1); swin->win->border->lock_user_location = 1; + ecore_x_e_illume_bottom_panel_geometry_set(ecore_x_window_root_first_get(), + zone->x, (zone->h - 32), + zone->w, 32); return swin; }