Modified:
branches/e17/bits/about_detour.edc
branches/e17/bits/about_e.edc
branches/e17/bits/tclock.edc
branches/e17/images/menu_im3.png
branches/e17/images/menu_im4.png
Log:
Update these too, so that it reflects Hannes' changes.
Modified: branches/e17/bits/about_detour.edc
==============================================================================
--- branches/e17/bits/about_detour.edc (original)
+++ branches/e17/bits/about_detour.edc Thu Feb 19 11:58:49 2009
@@ -278,7 +278,7 @@
description {
state: "default" 0.0;
color: 60 60 60 255;
- color3: 170 168 169 128;
+ color3: 255 255 255 128;
rel1 {
to: "button_clip";
@@ -396,7 +396,7 @@
description {
state: "default" 0.0;
color: 60 60 60 255;
- color3: 170 168 169 32;
+ color3: 255 255 255 128;
fixed: 1 1;
rel1 {
Modified: branches/e17/bits/about_e.edc
==============================================================================
--- branches/e17/bits/about_e.edc (original)
+++ branches/e17/bits/about_e.edc Thu Feb 19 11:58:49 2009
@@ -611,7 +611,7 @@
description {
state: "default" 0.0;
color: 60 60 60 255;
- color3: 170 168 169 128;
+ color3: 255 255 255 128;
rel1 {
to: "button_clip";
Modified: branches/e17/bits/tclock.edc
==============================================================================
--- branches/e17/bits/tclock.edc (original)
+++ branches/e17/bits/tclock.edc Thu Feb 19 11:58:49 2009
@@ -37,6 +37,7 @@
part {
name: "tclock_time";
type: TEXT;
+ effect: SHADOW;
mouse_events: 0;
scale: 1;
@@ -49,19 +50,20 @@
color_class: "";
#endif
#endif
- color: 7 7 7 255;
+ color: 60 60 60 255;
+ color3: 255 255 255 128;
visible: 0;
rel1 {
to: "background";
relative: 0.0 0.0;
- offset: 0 6;
+ offset: 0 9;
}
rel2 {
to: "background";
relative: 1.0 0.5;
- offset: 0 -0;
+ offset: 0 0;
}
text {
@@ -102,6 +104,7 @@
part {
name: "tclock_date";
type: TEXT;
+ effect: SHADOW;
mouse_events: 0;
scale: 1;
@@ -114,7 +117,8 @@
color_class: "";
#endif
#endif
- color: 7 7 7 255;
+ color: 60 60 60 255;
+ color3: 255 255 255 128;
visible: 0;
rel1 {
@@ -126,7 +130,7 @@
rel2 {
to: "background";
relative: 1.0 1.0;
- offset: 0 -4;
+ offset: 0 -2;
}
text {
Modified: branches/e17/images/menu_im3.png
==============================================================================
Binary files. No diff available.
Modified: branches/e17/images/menu_im4.png
==============================================================================
Binary files. No diff available.