rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=926d313ab436e6e10423e199134271385c10c07d
commit 926d313ab436e6e10423e199134271385c10c07d Author: Vitalii Vorobiov <[email protected]> Date: Fri Jul 1 15:24:17 2016 +0300 TIZEN hoversel style: additional changes and fixes, use right scroller @fix --- data/themes/tizen/widgets/combobox.edc | 1 + data/themes/tizen/widgets/scroller.edc | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/data/themes/tizen/widgets/combobox.edc b/data/themes/tizen/widgets/combobox.edc index 3c85e3a..5799f10 100644 --- a/data/themes/tizen/widgets/combobox.edc +++ b/data/themes/tizen/widgets/combobox.edc @@ -924,6 +924,7 @@ group { name: "elm/hover/base/combobox_vertical/default"; } group { name: "elm/genlist/base/combobox_vertical/default"; + alias: "elm/scroller/base/popup/no_inset_shadow"; /* that's for hoversel */ images { image: "scroll-indicator.png" COMP; image: "scroll-area-dark.png" COMP; diff --git a/data/themes/tizen/widgets/scroller.edc b/data/themes/tizen/widgets/scroller.edc index ae29c16..6439248 100644 --- a/data/themes/tizen/widgets/scroller.edc +++ b/data/themes/tizen/widgets/scroller.edc @@ -1,5 +1,4 @@ group { name: "elm/scroller/base/default"; - alias: "elm/scroller/base/popup/no_inset_shadow"; /* that's for hoversel */ images { image: "scroll_down_icon_dim.png" COMP; image: "scroll_up_icon_sel.png" COMP; --
