diff options
author | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2013-02-05 13:13:33 +0000 |
---|---|---|
committer | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2013-02-05 13:13:33 +0000 |
commit | 41759238cd3a84b27f58d3e7d6647bd25b0b190f (patch) | |
tree | 83cb4e919392e0ec485aca3e7716fe9817613d0e /data | |
parent | 6f2737928db25491165fb73372b382d053a4797d (diff) | |
download | enlightenment-41759238cd3a84b27f58d3e7d6647bd25b0b190f.tar.gz enlightenment-41759238cd3a84b27f58d3e7d6647bd25b0b190f.tar.xz enlightenment-41759238cd3a84b27f58d3e7d6647bd25b0b190f.zip |
a much requested feature: drag-only edge bindings
ticket #281
SVN revision: 83628
Diffstat (limited to 'data')
-rw-r--r-- | data/themes/edc/edgebindings.edc | 40 |
1 files changed, 21 insertions, 19 deletions
diff --git a/data/themes/edc/edgebindings.edc b/data/themes/edc/edgebindings.edc index 9b9b25146..bf5cc07e5 100644 --- a/data/themes/edc/edgebindings.edc +++ b/data/themes/edc/edgebindings.edc @@ -180,32 +180,35 @@ group { name: "e/modules/conf_edgebindings/selection"; fill.smooth: 0; } } - part { name: "e.swallow.check"; type: SWALLOW; + part { name: "e.box"; type: BOX; description { state: "default" 0.0; rel1 { -relative: 1 1; -offset: 5 4; -to_x: "e.swallow.background"; -to_y: "e.text.description"; + relative: 1 1; + offset: 50 4; + to_x: "e.edge.bottom_right"; + to_y: "e.text.description"; } rel2 { -relative: 1 1; -offset: -5 24; -to_y: "e.text.description"; + offset: -50 24; + to_y: "e.text.description"; + } + box { layout: "horizontal"; + padding: 0 0; + align: 0.5 0.5; + min: 1 1; } } } part { name: "e.swallow.slider"; type: SWALLOW; description { state: "default" 0.0; rel1 { -relative: 1 1; -offset: 5 1; -to_x: "e.edge.bottom_right"; -to_y: "e.swallow.check"; + relative: 1 1; + offset: 5 1; + to_x: "e.edge.bottom_right"; + to_y: "e.box"; } rel2 { -relative: 1 1; -offset: -5 -1; + offset: -5 -1; } } } @@ -213,13 +216,12 @@ offset: -5 -1; scale: 1; description { state: "default" 0.0; rel1 { -relative: 1 0; -offset: 5 4; -to_x: "e.swallow.background"; + relative: 1 0; + offset: 80 4; + to_x: "e.edge.right"; } rel2 { -relative: 1 1; -offset: -5 -45; + offset: -80 -45; } text { style: "edge_binding_style"; |