summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Michael <cp.michael@samsung.com>2013-01-16 13:33:18 +0000
committerDeon Thomas <PrinceAMD.Elive@gmail.com>2013-06-28 03:28:53 -0400
commitef6583b7bc97b1890049e33ffca77885b6ed08f8 (patch)
tree32415c75a53e731ffa00a5fa2668f12dd5e3070f
parente5164aa076e3f881c7978b45391b5bdc57fe78c8 (diff)
downloadenlightenment-ef6583b7bc97b1890049e33ffca77885b6ed08f8.tar.gz
Backport: a654fac :: Add position text to monitor.
Signed-off-by: Christopher Michael <cp.michael@samsung.com> SVN revision: 82885 Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
-rw-r--r--data/themes/edc/randr.edc19
1 files changed, 19 insertions, 0 deletions
diff --git a/data/themes/edc/randr.edc b/data/themes/edc/randr.edc
index d2fcc2e9a6..281f8d2e7a 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";