From 42c80e19241cc169bb03ee3aa7f2830db9dc86f2 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Wed, 2 Dec 2009 18:35:02 +0000 Subject: [PATCH] Change layer. Make it above softkey, but below dialogs if it's a conformant app. SVN revision: 44121 --- src/modules/illume2/e_mod_layout_illume.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/illume2/e_mod_layout_illume.c b/src/modules/illume2/e_mod_layout_illume.c index 198b3f08b..9c80a5121 100644 --- a/src/modules/illume2/e_mod_layout_illume.c +++ b/src/modules/illume2/e_mod_layout_illume.c @@ -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 {