seoz pushed a commit to branch master.
commit 8e3b15e2711ee96756be71078ed209d53c81ac6e
Author: Daniel Juyung Seo <[email protected]>
Date: Thu Aug 1 14:59:25 2013 +0900
dark grey color macros.
---
edje/edc/elm/actionslider.edc | 4 ++--
edje/edc/elm/entry.edc | 4 ++--
edje/edc/elm/photo.edc | 2 +-
edje/macros.edc | 3 +++
4 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/edje/edc/elm/actionslider.edc b/edje/edc/elm/actionslider.edc
index ec8d3d2..f35fa7a 100644
--- a/edje/edc/elm/actionslider.edc
+++ b/edje/edc/elm/actionslider.edc
@@ -10,11 +10,11 @@ group { name: "elm/actionslider/base/default";
rel1.offset: 1 1;
rel2.offset: -2 -2;
min: 48 10;
- color: 48 48 48 255;
+ color: DARK_GREY_BG_COLOR;
}
description { state: "disabled" 0.0;
inherit: "default" 0.0;
- color: 64 64 64 255;
+ color: DARK_GREY_BG_DISABLED_COLOR;
}
}
part { name: "shadow"; mouse_events: 0;
diff --git a/edje/edc/elm/entry.edc b/edje/edc/elm/entry.edc
index be1270b..d7ec2a3 100644
--- a/edje/edc/elm/entry.edc
+++ b/edje/edc/elm/entry.edc
@@ -4,7 +4,7 @@ group { name: "elm/scroller/entry/default";
parts {
part { name: "bg";
description { state: "default" 0.0;
- color: 48 48 48 255;
+ color: DARK_GREY_BG_COLOR;
}
}
part { name: "elm.swallow.content";
@@ -164,7 +164,7 @@ group { name: "elm/scroller/entry_single/default";
description { state: "default" 0.0;
rel1.to: "elm.swallow.background";
rel2.to: "elm.swallow.background";
- color: 48 48 48 255;
+ color: DARK_GREY_BG_COLOR;
color_class: "scrollframe_base";
}
}
diff --git a/edje/edc/elm/photo.edc b/edje/edc/elm/photo.edc
index 410be46..55dcfb7 100644
--- a/edje/edc/elm/photo.edc
+++ b/edje/edc/elm/photo.edc
@@ -32,7 +32,7 @@ group { name: "elm/photo/base/default";
description { state: "default" 0.0;
rel1.to: "clip";
rel2.to: "clip";
- color: 48 48 48 255;
+ color: DARK_GREY_BG_COLOR;
}
}
part { name: "elm.swallow.content"; type: SWALLOW;
diff --git a/edje/macros.edc b/edje/macros.edc
index 75351e7..a298742 100644
--- a/edje/macros.edc
+++ b/edje/macros.edc
@@ -6,3 +6,6 @@
fill { size { relative: 0.0 1.0; offset: _WIDTH 0; } }
#define FIXED_SIZE(_WIDTH, _HEIGHT) \
min: _WIDTH _HEIGHT; max: _WIDTH _HEIGHT; fixed: 1 1;
+
+#define DARK_GREY_BG_COLOR 48 48 48 255
+#define DARK_GREY_BG_DISABLED_COLOR 64 64 64 255
--
------------------------------------------------------------------------------
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