[entry] changed magnifier images
authorMyungjae Lee <mjae.lee@samsung.com>
Fri, 12 Aug 2011 07:04:25 +0000 (16:04 +0900)
committerMyungjae Lee <mjae.lee@samsung.com>
Fri, 12 Aug 2011 07:04:25 +0000 (16:04 +0900)
themes/groups/entry.edc
themes/images/nbeat-black/magnifier.png
themes/images/nbeat-black/magnifier_line.png
themes/images/nbeat-hd/magnifier.png
themes/images/nbeat-hd/magnifier_line.png
themes/images/nbeat/magnifier.png [changed mode: 0644->0755]
themes/images/nbeat/magnifier_line.png [changed mode: 0644->0755]

index 89c72b2..b282527 100644 (file)
@@ -1807,11 +1807,12 @@ group { name: "elm/entry/base-password/popup";
    }
 
 
-#define MAGNIFIER_HEIGHT 114
+#define MAGNIFIER_HEIGHT_FILL 114
+#define MAGNIFIER_HEIGHT_FIXED 68
 #define MAGNIFIER_SCALE 1.2
 
        group { name: "elm/entry/magnifier/fill-width";
-               data.item: "height" MAGNIFIER_HEIGHT;
+               data.item: "height" MAGNIFIER_HEIGHT_FILL;
                data.item: "scale" MAGNIFIER_SCALE;
                images {
                  image: "magnifier_noarrow.png" COMP;
@@ -1870,7 +1871,7 @@ group { name: "elm/entry/base-password/popup";
 
 
        group { name: "elm/entry/magnifier/fixed-size";
-               data.item: "height" MAGNIFIER_HEIGHT;
+               data.item: "height" MAGNIFIER_HEIGHT_FIXED;
                data.item: "scale" MAGNIFIER_SCALE;
                images {
                  image: "magnifier.png" COMP;
@@ -1882,11 +1883,12 @@ group { name: "elm/entry/base-password/popup";
                                scale: 1;
                                description { state: "default" 0.0;
                                fixed: 1 1;
-                                       min: 224 MAGNIFIER_HEIGHT;
+                                       min: 224 MAGNIFIER_HEIGHT_FIXED;
                                        align: 0.5 0.0;
+                                       rel1.offset: 0 8;
                                        image {
                                                normal: "magnifier.png";
-                                               border: 25 25 35 25;
+                                               border: 12 14 14 20;
                                        }
                                        image.middle: SOLID;
                                        fill.smooth: 0;
@@ -1901,11 +1903,11 @@ group { name: "elm/entry/base-password/popup";
                                        align: 0.0 0.0;
                                        rel1 {
                                                to: "bg";
-                                               offset: 18 18;
+                                               offset: 12 14;
                                        }
                                        rel2 {
                                                to: "bg";
-                                               offset: -20 -20;
+                                               offset: -14 -20;
                                        }
                                }
                        }
@@ -1920,7 +1922,7 @@ group { name: "elm/entry/base-password/popup";
                                        rel2 { to: "bg"; offset: -1 -1; }
                                        image {
                                                normal: "magnifier_line.png";
-                                               border: 25 25 35 25;
+                                               border: 12 14 14 20;
                                        }
                                        image.middle: SOLID;
                                        fill.smooth: 0;
index ef733af..0547496 100644 (file)
Binary files a/themes/images/nbeat-black/magnifier.png and b/themes/images/nbeat-black/magnifier.png differ
index 095e543..14ba52c 100644 (file)
Binary files a/themes/images/nbeat-black/magnifier_line.png and b/themes/images/nbeat-black/magnifier_line.png differ
index ef733af..4ae3188 100644 (file)
Binary files a/themes/images/nbeat-hd/magnifier.png and b/themes/images/nbeat-hd/magnifier.png differ
index 095e543..c4dd14c 100644 (file)
Binary files a/themes/images/nbeat-hd/magnifier_line.png and b/themes/images/nbeat-hd/magnifier_line.png differ
old mode 100644 (file)
new mode 100755 (executable)
index ef733af..4ae3188
Binary files a/themes/images/nbeat/magnifier.png and b/themes/images/nbeat/magnifier.png differ
old mode 100644 (file)
new mode 100755 (executable)
index 095e543..c4dd14c
Binary files a/themes/images/nbeat/magnifier_line.png and b/themes/images/nbeat/magnifier_line.png differ