Change layer. Make it above softkey, but below dialogs if it's a conformant
authorChristopher Michael <cpmichael1@comcast.net>
Wed, 2 Dec 2009 18:35:02 +0000 (18:35 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Wed, 2 Dec 2009 18:35:02 +0000 (18:35 +0000)
app.

SVN revision: 44121

src/modules/illume2/e_mod_layout_illume.c

index 198b3f0..9c80a51 100644 (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 
                {