diff options
author | Christopher Michael <cp.michael@samsung.com> | 2013-02-19 10:59:23 +0000 |
---|---|---|
committer | Christopher Michael <cpmichael1@comcast.net> | 2013-02-19 10:59:23 +0000 |
commit | 8f0367dead88747320c4830d0786a18da038869f (patch) | |
tree | 9569e8f941695c83fdc0cd045075a4aff47b1446 /data/themes/edc/randr.edc | |
parent | 5f68828189e2e1b478feb1067e83b7f8f1be5dba (diff) | |
download | enlightenment-8f0367dead88747320c4830d0786a18da038869f.tar.gz enlightenment-8f0367dead88747320c4830d0786a18da038869f.tar.xz enlightenment-8f0367dead88747320c4830d0786a18da038869f.zip |
Rename monitor name style
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 84204
Diffstat (limited to 'data/themes/edc/randr.edc')
-rw-r--r-- | data/themes/edc/randr.edc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/themes/edc/randr.edc b/data/themes/edc/randr.edc index 93b7daed8..edf43bbbe 100644 --- a/data/themes/edc/randr.edc +++ b/data/themes/edc/randr.edc @@ -78,7 +78,7 @@ group { name: "e/conf/randr/main/frame"; images.image: "sym_up_light_normal.png" COMP; images.image: "sym_up_light_selected.png" COMP; styles { - style { name: "randr_monitor_style"; + style { name: "randr_name_style"; base: "font=Sans font_size=10 text_class=randr_monitor align=center color=#ffff style=shadow,bottom shadow_color=#00000080 wrap=word"; tag: "br" "\n"; tag: "hilight" "+ font=Sans:style=Bold"; @@ -196,7 +196,7 @@ group { name: "e/conf/randr/main/frame"; rel2.relative: 0.5 0.5; rel2.to: "e.swallow.preview"; align: 0.5 1.0; - text { style: "randr_monitor_style"; + text { style: "randr_name_style"; min: 1.0 1.0; } } |