entry.edc: Reduced entry hander size. It was too big compared with other widgets.

This commit is contained in:
Daniel Juyung Seo 2013-05-23 18:39:28 +09:00
parent b28104166a
commit f2ce520e21
1 changed files with 2 additions and 2 deletions

View 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";
}