summaryrefslogtreecommitdiff
path: root/mobile/widgets_default/panes.edc
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/widgets_default/panes.edc')
-rw-r--r--mobile/widgets_default/panes.edc80
1 files changed, 78 insertions, 2 deletions
diff --git a/mobile/widgets_default/panes.edc b/mobile/widgets_default/panes.edc
index b79adfbd..4301e1a2 100644
--- a/mobile/widgets_default/panes.edc
+++ b/mobile/widgets_default/panes.edc
@@ -76,6 +76,44 @@
min: 0 0;
}
}
+ //2 constraint
+ part {
+ name: "right_constraint";
+ type: SPACER;
+ dragable {
+ confine: "whole";
+ x: 1 1 1;
+ y: 0 0 0;
+ }
+ description {
+ state: "default" 0.0;
+ max: 0 0;
+ }
+ }
+ part {
+ name: "left_constraint";
+ type: SPACER;
+ dragable {
+ confine: "whole";
+ x: 1 1 1;
+ y: 0 0 0;
+ }
+ description {
+ state: "default" 0.0;
+ max: 0 0;
+ }
+ }
+ part {
+ name: "sub_whole";
+ type: SPACER;
+ description {
+ state: "default" 0.0;
+ rel1.relative: 1.0 0.0;
+ rel1.to_x: "left_constraint";
+ rel2.relative: 0.0 1.0;
+ rel2.to_x: "right_constraint";
+ }
+ }
//2 contents
part
{
@@ -141,7 +179,7 @@
part { name: "elm.bar";
type: SPACER;
dragable {
- confine: "whole";
+ confine: "sub_whole";
x: 1 1 1;
y: 0 0 0;
}
@@ -457,6 +495,44 @@
min: 0 0;
}
}
+ //2 constraint
+ part {
+ name: "right_constraint";
+ type: SPACER;
+ dragable {
+ confine: "whole";
+ x: 0 0 0;
+ y: 1 1 1;
+ }
+ description {
+ state: "default" 0.0;
+ max: 0 0;
+ }
+ }
+ part {
+ name: "left_constraint";
+ type: SPACER;
+ dragable {
+ confine: "whole";
+ x: 0 0 0;
+ y: 1 1 1;
+ }
+ description {
+ state: "default" 0.0;
+ max: 0 0;
+ }
+ }
+ part {
+ name: "sub_whole";
+ type: SPACER;
+ description {
+ state: "default" 0.0;
+ rel1.relative: 0.0 1.0;
+ rel1.to_y: "left_constraint";
+ rel2.relative: 1.0 0.0;
+ rel2.to_y: "right_constraint";
+ }
+ }
//2 contents
part
{
@@ -522,7 +598,7 @@
part { name: "elm.bar";
type: SPACER;
dragable {
- confine: "whole";
+ confine: "sub_whole";
x: 0 0 0;
y: 1 1 1;
}