Set bottom panel geometry on root window (for elm_conform widget).

SVN revision: 45103
This commit is contained in:
Christopher Michael 2010-01-14 02:30:44 +00:00
parent d307f74950
commit 7c1087a702
1 changed files with 3 additions and 0 deletions

View File

@ -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;
}