raster pushed a commit to branch master.

commit af9c4cbb53908bc3239036a49db8b790c3184a8f
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Tue Aug 6 17:59:29 2013 +0900

    update fsel arrows, add notes for calendar.
---
 edje/dark.edc                 |   1 +
 edje/edc/elm/fileselector.edc |  13 +++++--------
 edje/img/arrow_right.png      | Bin 1605 -> 0 bytes
 3 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/edje/dark.edc b/edje/dark.edc
index 03ac877..30f79a0 100644
--- a/edje/dark.edc
+++ b/edje/dark.edc
@@ -49,6 +49,7 @@ collections {
 //#include "edc/elm/flipsel.edc"
 //#include "edc/elm/notification.edc"
 //#include "edc/elm/map.edc"
+// XXX: too much spacing even at small finger sizes (should pack down to e's 
compact cal size), month/year font too big (use standard 10 - maybe bold), and 
use diagonal stripes like efm inside selected day?
 #include "edc/elm/index.edc"
 #include "edc/elm/calendar.edc"
 // XXX: review layouts
diff --git a/edje/edc/elm/fileselector.edc b/edje/edc/elm/fileselector.edc
index f8d158c..8fdeff0 100644
--- a/edje/edc/elm/fileselector.edc
+++ b/edje/edc/elm/fileselector.edc
@@ -1,11 +1,10 @@
 group { name: "elm/entry/path/separator/default";
-   images.image: "arrow_right.png" COMP;
+   images.image: "sym_right_glow_normal.png" COMP;
    parts {
-      part { name: "icon";
-         mouse_events: 0;
+      part { name: "icon"; mouse_events: 0;
          description { state: "default" 0.0;
-            image.normal: "arrow_right.png";
-            max: 64 64;
+            image.normal: "sym_right_glow_normal.png";
+            FIXED_SIZE(15, 15)
             aspect: 1.0 1.0;
          }
       }
@@ -13,9 +12,7 @@ group { name: "elm/entry/path/separator/default";
 }
 
 group { name: "elm/fileselector/base/default";
-   data {
-      item: "path_separator" "<item relsize=16x16 vsize=full 
href=path/separator></item>";
-   }
+   data.item: "path_separator" "<item relsize=16x16 vsize=full 
href=path/separator></item>";
    parts {
       part { name: "elm.swallow.up";
          type: SWALLOW;
diff --git a/edje/img/arrow_right.png b/edje/img/arrow_right.png
deleted file mode 100644
index 268d6d1..0000000
Binary files a/edje/img/arrow_right.png and /dev/null differ

-- 

------------------------------------------------------------------------------
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=48897031&iu=/4140/ostg.clktrk

Reply via email to