summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShilpa Singh <shilpa.singh@samsung.com>2015-11-03 12:17:03 -0800
committerCedric BAIL <cedric@osg.samsung.com>2015-11-04 16:23:32 -0800
commit59af6da2ccaa3fd06df78a78e0166a135f81b20d (patch)
tree40639d8dd0043435b1bec020b515ccc33e447827
parent77ad8fa3c429edfc11ea233d80c918b2a0845e00 (diff)
downloadelementary-59af6da2ccaa3fd06df78a78e0166a135f81b20d.tar.gz
colorselector: picker spinner UI not proper issue fix.
Summary: Picker spinner UI not proper, showing blank buttons issue fix. @fix T2401 Test Plan: 1. Launch elementary_test 2. Select colorselector 3. Tap on picker 4. observe, spinner UI not proper. Reviewers: cedric, subodh6129 Reviewed By: subodh6129 Maniphest Tasks: T2401 Differential Revision: https://phab.enlightenment.org/D3266 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
-rw-r--r--data/themes/edc/elm/button.edc3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/themes/edc/elm/button.edc b/data/themes/edc/elm/button.edc
index c1712873f..f560a2aaa 100644
--- a/data/themes/edc/elm/button.edc
+++ b/data/themes/edc/elm/button.edc
@@ -1331,6 +1331,7 @@ group { name: "elm/button/base/hoversel_horizontal_entry/default";
/******************* SPINNER BUTTONS STYLES **********************/
group { name: "elm/button/base/spinner/increase/default";
+ alias: "elm/button/base/spinner/increase/colorselector/default";
images.image: "sym_right_light_normal.png" COMP;
images.image: "sym_right_glow_normal.png" COMP;
images.image: "sym_right_dark_normal.png" COMP;
@@ -1481,6 +1482,7 @@ group { name: "elm/button/base/hoversel_horizontal_entry/default";
}
group { name: "elm/button/base/spinner/decrease/default";
+ alias: "elm/button/base/spinner/decrease/colorselector/default";
inherit: "elm/button/base/spinner/increase/default";
images.image: "sym_left_light_normal.png" COMP;
images.image: "sym_left_glow_normal.png" COMP;
@@ -1506,6 +1508,7 @@ group { name: "elm/button/base/hoversel_horizontal_entry/default";
}
group { name: "elm/button/base/spinner/default";
+ alias: "elm/button/base/spinner/colorselector/default";
alias: "elm/button/base/spinner/vertical";
parts {
part { name: "bg";