From 221d7d3708ad8dd1ba8eeb40753042dc719eff2c Mon Sep 17 00:00:00 2001 From: Shilpa Singh Date: Thu, 20 Oct 2011 15:55:27 +0900 Subject: [PATCH] [elm_colorselector]: made fully themeable --- themes/groups/button.edc | 4 ++-- themes/groups/colorselector.edc | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/themes/groups/button.edc b/themes/groups/button.edc index 78ce9ef..c898add 100644 --- a/themes/groups/button.edc +++ b/themes/groups/button.edc @@ -3785,7 +3785,7 @@ } /////////////////////////////////////////////////////////////////////////////////////// - group { name: "elm/button/base/picker_left"; + group { name: "elm/button/base/colorselector/left/default"; images { image: "00_color_picker_btn_left.png" COMP; image: "00_color_picker_btn_left_press.png" COMP; @@ -4142,7 +4142,7 @@ } /////////////////////////////////////////////////////////////////////////////////////// - group { name: "elm/button/base/picker_right"; + group { name: "elm/button/base/colorselector/right/default"; images { image: "00_color_picker_btn_right.png" COMP; image: "00_color_picker_btn_right_press.png" COMP; diff --git a/themes/groups/colorselector.edc b/themes/groups/colorselector.edc index 816b895..39116ae 100644 --- a/themes/groups/colorselector.edc +++ b/themes/groups/colorselector.edc @@ -200,7 +200,6 @@ color: 0 0 0 0; } } - part{ name: "bar_bg_padding_rect_l"; type: RECT; @@ -344,7 +343,7 @@ rel2 {to_x: "elm.arrow_icon"; to_y: "elm.arrow_bg";} color: 0 0 0 0; } - dragable{ + dragable{ events: "elm.arrow"; } } @@ -408,7 +407,7 @@ } group{ - name: "elm/colorselector/image/colorbar_0"; + name: "elm/colorselector/image/colorbar_0/default"; images{ image: "01_color_picker_color.png" COMP; } @@ -442,7 +441,7 @@ } group{ - name: "elm/colorselector/image/colorbar_1"; + name: "elm/colorselector/image/colorbar_1/default"; images{ image: "01_color_picker_opacity.png" COMP; } @@ -474,8 +473,9 @@ } } } + group{ - name: "elm/colorselector/image/colorbar_2"; + name: "elm/colorselector/image/colorbar_2/default"; images{ image: "01_color_picker_brightness.png" COMP; } @@ -509,7 +509,7 @@ } group{ - name: "elm/colorselector/image/updown"; + name: "elm/colorselector/arrow/default"; images{ image:"00_color_picker_focus.png" COMP; } -- 2.7.4