summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authordivyesh purohit <div.purohit@samsung.com>2016-01-22 11:07:01 -0800
committerCedric BAIL <cedric@osg.samsung.com>2016-01-22 12:10:14 -0800
commite0b40113b43569da26c8a218153059a5e850332e (patch)
tree168f1336d5e853907af66121abcd27e54eb0b61a /data
parent8800fbc8394547e2a5c904b696328d493faa644a (diff)
downloadelementary-e0b40113b43569da26c8a218153059a5e850332e.tar.gz
combobox: apply proper style
Summary: Initially combobox used hover's default style, this patch would make combobox use hoversel_vertical style. @Fix T3075 for 2nd point. Signed-off-by: divyesh purohit <div.purohit@samsung.com> Test Plan: please run combobox example from elementary_test Reviewers: shilpasingh, cedric, raster Subscribers: rajeshps, govi Maniphest Tasks: T3075 Differential Revision: https://phab.enlightenment.org/D3596 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'data')
-rw-r--r--data/themes/edc/elm/hover.edc6
1 files changed, 2 insertions, 4 deletions
diff --git a/data/themes/edc/elm/hover.edc b/data/themes/edc/elm/hover.edc
index 74757f8f4..229fa8d79 100644
--- a/data/themes/edc/elm/hover.edc
+++ b/data/themes/edc/elm/hover.edc
@@ -699,8 +699,8 @@ group { name: "elm/hover/base/hoversel_vertical/default";
program { name: "topshow";
signal: "elm,action,slot,top,show"; source: "elm";
script {
- set_state(PART:"limit0", "visible", 0.0);
- set_state(PART:"limit1", "visible", 0.0);
+ set_state(PART:"limit0", "default", 0.0);
+ set_state(PART:"limit1", "default", 0.0);
set_state(PART:"button_image", "default", 0.0);
topshow2();
}
@@ -810,8 +810,6 @@ group { name: "elm/hover/base/hoversel_vertical/default";
group { name: "elm/hover/base/hoversel_horizontal/default";
alias: "elm/hover/base/hoversel_horizontal/entry";
- alias: "elm/hover/base/combobox_horizontal/default";
- alias: "elm/hover/base/combobox_horizontal/entry";
images.image: "button_normal.png" COMP;
data.item: "dismiss" "on";
script {