From 59af6da2ccaa3fd06df78a78e0166a135f81b20d Mon Sep 17 00:00:00 2001 From: Shilpa Singh Date: Tue, 3 Nov 2015 12:17:03 -0800 Subject: [PATCH] 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 --- data/themes/edc/elm/button.edc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/themes/edc/elm/button.edc b/data/themes/edc/elm/button.edc index c171287..f560a2a 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"; -- 2.7.4