rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=fdc9ad848ef67c738d89ad950bc008cbbb68a277
commit fdc9ad848ef67c738d89ad950bc008cbbb68a277 Author: Mykyta Biliavskyi <m.biliavs...@samsung.com> Date: Mon Jun 13 11:27:04 2016 +0300 Tizen theme: update style for a fit button. --- data/themes/tizen/images/tool_autofit_dim.png | Bin 1051 -> 1051 bytes data/themes/tizen/images/tool_autofit_mv.png | Bin 1052 -> 1055 bytes data/themes/tizen/images/tool_autofit_nor.png | Bin 1051 -> 1054 bytes data/themes/tizen/images/tool_autofit_sel.png | Bin 1057 -> 1059 bytes data/themes/tizen/widgets/button.edc | 8 ++------ 5 files changed, 2 insertions(+), 6 deletions(-) diff --git a/data/themes/tizen/images/tool_autofit_dim.png b/data/themes/tizen/images/tool_autofit_dim.png index e555210..4be8ef7 100644 Binary files a/data/themes/tizen/images/tool_autofit_dim.png and b/data/themes/tizen/images/tool_autofit_dim.png differ diff --git a/data/themes/tizen/images/tool_autofit_mv.png b/data/themes/tizen/images/tool_autofit_mv.png index 08ae953..50be408 100644 Binary files a/data/themes/tizen/images/tool_autofit_mv.png and b/data/themes/tizen/images/tool_autofit_mv.png differ diff --git a/data/themes/tizen/images/tool_autofit_nor.png b/data/themes/tizen/images/tool_autofit_nor.png index 477bffb..99b907b 100644 Binary files a/data/themes/tizen/images/tool_autofit_nor.png and b/data/themes/tizen/images/tool_autofit_nor.png differ diff --git a/data/themes/tizen/images/tool_autofit_sel.png b/data/themes/tizen/images/tool_autofit_sel.png index 6e17827..b8ae979 100644 Binary files a/data/themes/tizen/images/tool_autofit_sel.png and b/data/themes/tizen/images/tool_autofit_sel.png differ diff --git a/data/themes/tizen/widgets/button.edc b/data/themes/tizen/widgets/button.edc index d0dfca8..b106ea0 100644 --- a/data/themes/tizen/widgets/button.edc +++ b/data/themes/tizen/widgets/button.edc @@ -1865,12 +1865,11 @@ group { name: "elm/button/base/fit"; type: IMAGE; mouse_events: 1; description { state: "default" 0.0; - min: 28 20; - max: 28 20; + min: 20 20; + max: 20 20; color: 255 255 255 255; image { normal: "tool_autofit_nor.png"; - border: 3 3 3 3; } } description { state: "visible" 0.0; @@ -1880,21 +1879,18 @@ group { name: "elm/button/base/fit"; inherit: "default" 0.0; image { normal: "tool_autofit_sel.png"; - border: 3 3 3 3; } } description { state: "disabled" 0.0; inherit: "default" 0.0; image { normal: "tool_autofit_dim.png"; - border: 3 3 3 3; } } description { state: "hovered" 0.0; inherit: "default" 0.0; image { normal: "tool_autofit_mv.png"; - border: 3 3 3 3; } } } --