seoz pushed a commit to branch master.

commit 260260a0d854a3c7f2a97c516b575e1b9fc6b3e8
Author: Daniel Juyung Seo <[email protected]>
Date:   Thu Aug 1 15:04:09 2013 +0900

    actionslider: use more font macros.
---
 edje/edc/elm/actionslider.edc | 24 ++++++++----------------
 1 file changed, 8 insertions(+), 16 deletions(-)

diff --git a/edje/edc/elm/actionslider.edc b/edje/edc/elm/actionslider.edc
index f35fa7a..e444e20 100644
--- a/edje/edc/elm/actionslider.edc
+++ b/edje/edc/elm/actionslider.edc
@@ -46,8 +46,7 @@ group { name: "elm/actionslider/base/default";
          effect: SHADOW BOTTOM;
          scale: 1;
          description { state: "default" 0.0;
-            color: 255 255 255 255;
-            color3: 0 0 0 128;
+            color: FN_COL_DEFAULT;
             color_class: "button_text";
             text { font: FN; size: 10;
                align: 0.05 0.5;
@@ -57,8 +56,7 @@ group { name: "elm/actionslider/base/default";
          }
          description { state: "disabled" 0.0;
             inherit: "default" 0.0;
-            color: 21 21 21 255;
-            color3: 255 255 255 25;
+            color: FN_COL_DISABLE;
             color_class: "button_text_disabled";
          }
       }
@@ -66,8 +64,7 @@ group { name: "elm/actionslider/base/default";
          effect: SHADOW BOTTOM;
          scale: 1;
          description { state: "default" 0.0;
-            color: 255 255 255 255;
-            color3: 0 0 0 128;
+            color: FN_COL_DEFAULT;
             color_class: "check_off_text";
             text { font: FN; size: 10;
                align: 0.5 0.5;
@@ -77,8 +74,7 @@ group { name: "elm/actionslider/base/default";
          }
          description { state: "disabled" 0.0;
             inherit: "default" 0.0;
-            color: 21 21 21 255;
-            color3: 255 255 255 25;
+            color: FN_COL_DISABLE;
             color_class: "button_text_disabled";
          }
       }
@@ -86,8 +82,7 @@ group { name: "elm/actionslider/base/default";
          effect: SHADOW BOTTOM;
          scale: 1;
          description { state: "default" 0.0;
-            color: 255 255 255 255;
-            color3: 0 0 0 128;
+            color: FN_COL_DEFAULT;
             color_class: "check_off_text";
             text { font: FN; size: 10;
                align: 0.95 0.5;
@@ -97,8 +92,7 @@ group { name: "elm/actionslider/base/default";
          }
          description { state: "disabled" 0.0;
             inherit: "default" 0.0;
-            color: 21 21 21 255;
-            color3: 255 255 255 25;
+            color: FN_COL_DISABLE;
             color_class: "button_text_disabled";
          }
       }
@@ -183,8 +177,7 @@ group { name: "elm/actionslider/base/default";
                to: "elm.drag_button";
                offset: -5 -3;
             }
-            color: 255 255 255 255;
-            color3: 0 0 0 128;
+            color: FN_COL_DEFAULT;
             color_class: "check_off_text";
             text {
                font: FN; size: 10;
@@ -195,8 +188,7 @@ group { name: "elm/actionslider/base/default";
          }
          description { state: "disabled" 0.0;
             inherit: "default" 0.0;
-            color: 21 21 21 255;
-            color3: 255 255 255 25;
+            color: FN_COL_DISABLE;
             color_class: "button_text_disabled";
          }
       }

-- 

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk

Reply via email to