E: Softkey Module: Decrease space allocated to 'extra buttons'. Add

lock focus_in/out on the softkey window (appears to be needed with the
changes in e_border code, else the softkey window ends up getting
focus but it should not).



SVN revision: 60783
This commit is contained in:
Christopher Michael 2011-06-28 23:42:15 +00:00
parent 9ff2561322
commit 8bb362efd8
2 changed files with 4 additions and 1 deletions

View File

@ -89,7 +89,7 @@ collections
}
rel2
{
relative: 0.60 1.0;
relative: 0.30 1.0;
offset: 0 -4;
to: "base";
}

View File

@ -99,6 +99,9 @@ e_mod_sft_win_new(E_Zone *zone)
e_border_zone_set(swin->win->border, zone);
swin->win->border->user_skip_winlist = 1;
swin->win->border->lock_focus_in = 1;
swin->win->border->lock_focus_out = 1;
/* set this window to be a dock window. This needs to be done after show
* as E will sometimes reset the window type */
ecore_x_netwm_window_type_set(swin->win->evas_win, ECORE_X_WINDOW_TYPE_DOCK);