rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=604c5f81d8361cc171533ba4839d1d99c7e48d61
commit 604c5f81d8361cc171533ba4839d1d99c7e48d61 Author: Mykyta Biliavskyi <m.biliavs...@samsung.com> Date: Mon Jun 13 20:55:21 2016 +0300 Tizen theme: update style for color preview control. --- data/themes/tizen/widgets/layouts/property.edc | 76 +++++++------------------- 1 file changed, 21 insertions(+), 55 deletions(-) diff --git a/data/themes/tizen/widgets/layouts/property.edc b/data/themes/tizen/widgets/layouts/property.edc index 642e083..a8e26a9 100644 --- a/data/themes/tizen/widgets/layouts/property.edc +++ b/data/themes/tizen/widgets/layouts/property.edc @@ -1058,7 +1058,7 @@ group { name: "elm/layout/property/color"; images { image: "color-background-50x19.png" COMP; image: "color-disable-50x19.png" COMP; - image: "color-shadow.png" COMP; + image: "border_1.png" COMP; } parts { part { name: "base"; @@ -1071,90 +1071,56 @@ group { name: "elm/layout/property/color"; part { name: "bg"; type: IMAGE; description { state: "default" 0.0; - rel1 { - to: "base"; - } - rel2 { - to: "base"; - } - image { - normal: "color-background-50x19.png"; - middle: DEFAULT; - } + image.normal: "color-background-50x19.png"; + rel1.to: "base"; + rel2.to: "base"; } } part { name: "elm.swallow.content"; type: SWALLOW; description { state: "default" 0.0; - rel1 { - to: "base"; - } - rel2 { - to: "base"; - } + rel1.to: "base"; + rel2.to: "base"; } } part { name: "disabler"; type: IMAGE; description { state: "default" 0.0; visible: 0; - rel1 { - to: "bg"; - } - rel2 { - to: "bg"; - } - image { - normal: "color-disable-50x19.png"; - middle: DEFAULT; - } + image.normal: "color-disable-50x19.png"; + rel1.to: "bg"; + rel2.to: "bg"; } description { state: "disabled" 0.0; - rel1 { - to: "bg"; - } - rel2 { - to: "bg"; - } - image { - normal: "color-disable-50x19.png"; - middle: DEFAULT; - } + inherit: "default" 0.00; + visible: 1; } } - part { name: "shadow"; + part { name: "border"; type: IMAGE; - repeat_events: 1; description { state: "default" 0.0; - rel1 { - to: "base"; - } - rel2 { - to: "base"; - } + color: 142 142 142 255; image { - normal: "color-shadow.png"; - border: 7 7 6 7; - middle: DEFAULT; + normal: "border_1.png"; + border: 1 1 1 1; + middle: NONE; } + fill.smooth: 0; + rel1.to: "bg"; + rel2.to: "bg"; } } part { name: "event"; type: RECT; description { state: "default" 0.0; color: 0 0 0 0; - rel1 { - to: "base"; - } - rel2 { - to: "base"; - } + rel1.to: "base"; + rel2.to: "base"; } description { state: "disabled" 0.0; visible: 0; } } - } programs { program { name: "enabled"; --