rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=de24574ce4c202227a26685c66670f40c7ee88b0
commit de24574ce4c202227a26685c66670f40c7ee88b0 Author: Mykyta Biliavskyi <[email protected]> Date: Tue Jul 26 15:50:47 2016 +0300 Tizen theme: update style for toolbar separator --- data/themes/tizen/color_classes.edc | 7 ++++++- data/themes/tizen/widgets/toolbar.edc | 14 +++++--------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/data/themes/tizen/color_classes.edc b/data/themes/tizen/color_classes.edc index 2ad7f6f..7f4fb2c 100644 --- a/data/themes/tizen/color_classes.edc +++ b/data/themes/tizen/color_classes.edc @@ -4,7 +4,12 @@ color_classes { color2: 0 0 0 0; color3: 0 0 0 0; } - color_class { name: "scrollbar_bg"; + color_class { name: "toolbar_separator"; + color: 180 180 180 255; + color2: 0 0 0 0; + color3: 0 0 0 0; + } + color_class { name: "scrollbar_bg"; color: 231 231 231 255; color2: 0 0 0 0; color3: 0 0 0 0; diff --git a/data/themes/tizen/widgets/toolbar.edc b/data/themes/tizen/widgets/toolbar.edc index 0b34b21..81da986 100644 --- a/data/themes/tizen/widgets/toolbar.edc +++ b/data/themes/tizen/widgets/toolbar.edc @@ -289,15 +289,11 @@ group { name: "elm/toolbar/separator/default"; part { name: "bg"; type: RECT; description { state: "default" 0.0; - min: 2 0; - max: 2 -1; - color_class: "separator"; - rel1 { - offset: 3 0; - } - rel2 { - offset: -4 -1; - } + min: 1 0; + max: 1 -1; + color_class: "toolbar_separator"; + rel1.offset: 3 0; + rel2.offset: -4 -1; } } } --
