entry.edc: Reduced entry hander size. It was too big compared with other widgets.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Thu, 23 May 2013 09:39:28 +0000 (18:39 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Thu, 23 May 2013 09:40:10 +0000 (18:40 +0900)
data/themes/widgets/entry.edc

index 238978e..ff9adf2 100644 (file)
@@ -1442,7 +1442,7 @@ group { name: "elm/entry/handler/start/default";
             visible: 0;
             align: 1 0;
             fixed: 1 1;
-            min: 36 50;
+            min: 16 22;
             image {
                normal: "handler_start.png";
             }
@@ -1505,7 +1505,7 @@ group { name: "elm/entry/handler/end/default";
             visible: 0;
             align: 0 0;
             fixed: 1 1;
-            min: 36 50;
+            min: 16 22;
             image {
                normal: "handler_end.png";
             }