[search] Add min value for width for not overwrap the area of search icon.
authorWooHyun Jung <wh0705.jung@samsung.com>
Fri, 26 Apr 2013 06:45:27 +0000 (15:45 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 12 Jun 2013 11:09:11 +0000 (20:09 +0900)
themes/widgets/layout.edc

index e315287..2ba7052 100644 (file)
@@ -1241,7 +1241,7 @@ group { name: "elm/layout/searchbar/default";
          ignore_flags: ON_HOLD;
          description { state: "default" 0.0;
             color: 0 0 0 0;
-            min: 0 SEARCHBAR_SEARCH_TEXTFIELD_H_INC;
+            min: 1 SEARCHBAR_SEARCH_TEXTFIELD_H_INC;
             fixed: 0 1;
             align: 0.0 0.5;
             rel1 {
@@ -1868,7 +1868,7 @@ group { name: "elm/layout/searchbar/cancel_button";
          ignore_flags: ON_HOLD;
          description { state: "default" 0.0;
             visible: 0;
-            min: 0 SEARCHBAR_SEARCH_TEXTFIELD_H_INC;
+            min: 1 SEARCHBAR_SEARCH_TEXTFIELD_H_INC;
             fixed: 0 1;
             align: 0.0 0.5;
             rel1 {