diff options
author | Christopher Michael <cp.michael@samsung.com> | 2013-01-16 13:33:18 +0000 |
---|---|---|
committer | Christopher Michael <cpmichael1@comcast.net> | 2013-01-16 13:33:18 +0000 |
commit | a654fac1c1e8f54a192d2a1a25539247c6afe381 (patch) | |
tree | c01038337e3dfc7281c58fb51b85e52b87859770 /data/themes | |
parent | 37908f9b739ff060e6a1026167201f6752b6a05d (diff) | |
download | enlightenment-a654fac1c1e8f54a192d2a1a25539247c6afe381.tar.gz enlightenment-a654fac1c1e8f54a192d2a1a25539247c6afe381.tar.xz enlightenment-a654fac1c1e8f54a192d2a1a25539247c6afe381.zip |
Add position text to monitor.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 82885
Diffstat (limited to 'data/themes')
-rw-r--r-- | data/themes/edc/randr.edc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/data/themes/edc/randr.edc b/data/themes/edc/randr.edc index d2fcc2e9a..281f8d2e7 100644 --- a/data/themes/edc/randr.edc +++ b/data/themes/edc/randr.edc @@ -38,6 +38,11 @@ group { name: "e/conf/randr/main/frame"; tag: "br" "\n"; tag: "hilight" "+ font=Sans:style=Bold"; } + style { name: "randr_position_style"; + base: "font=Sans font_size=10 text_class=randr_position align=center color=#3399ffff wrap=mixed style=glow glow_color=#3399ff18 align=center glow2_color=#3399ff12"; + tag: "br" "\n"; + tag: "hilight" "+ font=Sans:style=Bold"; + } } script { public refresh_open; @@ -160,6 +165,20 @@ group { name: "e/conf/randr/main/frame"; } } } + part { name: "e.text.position"; type: TEXTBLOCK; mouse_events: 0; + clip_to: "clip"; + scale: 1; + description { state: "default" 0.0; + rel1.relative: 0.5 0.5; + rel1.to: "e.swallow.preview"; + rel2.relative: 0.5 0.5; + rel2.to: "e.swallow.preview"; + align: 0.5 0.0; + text { style: "randr_position_style"; + min: 1.0 1.0; + } + } + } part { name: "scr_shine"; mouse_events: 0; description { state: "default" 0.0; image.normal: "shine.png"; |