Change layer. Make it above softkey, but below dialogs if it's a conformant

app.



SVN revision: 44121
This commit is contained in:
Christopher Michael 2009-12-02 18:35:02 +00:00
parent cead02f0eb
commit 42c80e1924
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ _zone_layout(E_Zone *z)
e_border_move_resize(bd, x, y, w, h);
if (illume_border_is_conformant(bd))
{
if (bd->layer != 120) e_border_layer_set(bd, 120);
if (bd->layer != 110) e_border_layer_set(bd, 110);
}
else
{