rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=543267a2b0ee55fe309f92f5c6ae11786bbc6ed4
commit 543267a2b0ee55fe309f92f5c6ae11786bbc6ed4 Author: Mykyta Biliavskyi <[email protected]> Date: Wed Jun 1 20:21:48 2016 +0300 Tizen theme: update close icon for tabs. --- data/themes/tizen/images/tab_close_icon_mv.png | Bin 0 -> 1037 bytes data/themes/tizen/images/tab_close_icon_nor.png | Bin 0 -> 1023 bytes data/themes/tizen/images/tab_close_icon_sel.png | Bin 0 -> 2915 bytes data/themes/tizen/widgets/toolbar.edc | 17 ++++++++++------- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/data/themes/tizen/images/tab_close_icon_mv.png b/data/themes/tizen/images/tab_close_icon_mv.png new file mode 100644 index 0000000..21edef5 Binary files /dev/null and b/data/themes/tizen/images/tab_close_icon_mv.png differ diff --git a/data/themes/tizen/images/tab_close_icon_nor.png b/data/themes/tizen/images/tab_close_icon_nor.png new file mode 100644 index 0000000..3aac9fa Binary files /dev/null and b/data/themes/tizen/images/tab_close_icon_nor.png differ diff --git a/data/themes/tizen/images/tab_close_icon_sel.png b/data/themes/tizen/images/tab_close_icon_sel.png new file mode 100644 index 0000000..848f6f4 Binary files /dev/null and b/data/themes/tizen/images/tab_close_icon_sel.png differ diff --git a/data/themes/tizen/widgets/toolbar.edc b/data/themes/tizen/widgets/toolbar.edc index ce3012d..b90a796 100644 --- a/data/themes/tizen/widgets/toolbar.edc +++ b/data/themes/tizen/widgets/toolbar.edc @@ -737,7 +737,11 @@ group { name: "elm/toolbar/base/tabs_horizontal"; } group { name: "elm/toolbar/item/tabs_horizontal"; - images.image: "icon_close.png" COMP; + images { + image: "tab_close_icon_nor.png" COMP; + image: "tab_close_icon_mv.png" COMP; + image: "tab_close_icon_sel.png" COMP; + } parts { part { name: "separator"; type: RECT; @@ -801,10 +805,9 @@ group { name: "elm/toolbar/item/tabs_horizontal"; type: IMAGE; description { state: "default" 0.0; align: 1.0 0.5; - min: 15 15; - max: 15 15; - color_class: "main"; - image.normal: "icon_close.png"; + min: 9 9; + max: 9 9; + image.normal: "tab_close_icon_nor.png"; rel1.to: "bg_solid"; rel2 { offset: -7 -1; @@ -813,11 +816,11 @@ group { name: "elm/toolbar/item/tabs_horizontal"; } description { state: "focused" 0.0; inherit: "default" 0.00; - color_class: "select_light"; + image.normal: "tab_close_icon_mv.png"; } description { state: "clicked" 0.0; inherit: "default" 0.00; - color_class: "select"; + image.normal: "tab_close_icon_sel.png"; } } part { name: "elm.text"; --
