colorselector: picker spinner UI not proper issue fix.
authorShilpa Singh <shilpa.singh@samsung.com>
Tue, 3 Nov 2015 20:17:03 +0000 (12:17 -0800)
committerCedric BAIL <cedric@osg.samsung.com>
Thu, 5 Nov 2015 00:23:32 +0000 (16:23 -0800)
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>
data/themes/edc/elm/button.edc

index c171287..f560a2a 100644 (file)
@@ -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";