[controlbar] change text vertical min value
authorJaehwan Kim <jae.hwan.kim@samsung.com>
Sat, 23 Jul 2011 05:34:46 +0000 (14:34 +0900)
committerJaehwan Kim <jae.hwan.kim@samsung.com>
Sat, 23 Jul 2011 05:34:46 +0000 (14:34 +0900)
Change-Id: I65b6fe50dab550fe3f5d60f22b74dd496bbb3625

themes/groups/button.edc

index 47cbf3b..eb835a6 100644 (file)
@@ -9152,7 +9152,7 @@ BUTTON_EDIT_STYLES("icon_expand/extended", "00_button_icon_expand.png", "00_butt
                fixed: 1 1;
                text {
                   style: "controlbar_style";
-                  min: 0 0;
+                  min: 0 1;
                   max: 0 1;
                }
             }
@@ -9163,13 +9163,11 @@ BUTTON_EDIT_STYLES("icon_expand/extended", "00_button_icon_expand.png", "00_butt
             description { state: "clicked" 0.0;
                inherit: "default" 0.0;
                visible: 1;
-               min: 0 0;
                color: 255 255 255 255;
             }
             description { state: "focused" 0.0;
                inherit: "default" 0.0;
                visible: 1;
-               min: 0 0;
                color: 255 255 255 255;
             }
          }