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>
This commit is contained in:
Shilpa Singh 2015-11-03 12:17:03 -08:00 committed by Cedric BAIL
parent a4e0a789d0
commit 480d54d5d9
1 changed files with 3 additions and 0 deletions

View 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";