summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mobile/widgets/win.edc10
1 files changed, 10 insertions, 0 deletions
diff --git a/mobile/widgets/win.edc b/mobile/widgets/win.edc
index 7744eed7..ccd9abe3 100644
--- a/mobile/widgets/win.edc
+++ b/mobile/widgets/win.edc
@@ -20,6 +20,16 @@ group { name: "elm/win/base/default";
fixed: 0 1;
}
}
+ swallow { "elm.swallow.background";
+ description { state: "default" 0.0;
+ fixed: 1 1;
+ rel1 {
+ to_y: "elm.swallow.menu";
+ relative: 0.0 1.0;
+ }
+ rel2.relative : 1.0 1.0;
+ }
+ }
part { name: "elm.swallow.contents"; type: SWALLOW;
description { state: "default" 0.0;
fixed: 1 1;