From 587d58ec3362cf738c67a9b80417e324f3785e16 Mon Sep 17 00:00:00 2001 From: WooHyun Jung Date: Mon, 10 Oct 2011 09:10:51 +0900 Subject: [PATCH] [layout] modify the height min size of controlbar part --- themes/groups/layout.edc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/groups/layout.edc b/themes/groups/layout.edc index 4d1cb1d..b8ec340 100644 --- a/themes/groups/layout.edc +++ b/themes/groups/layout.edc @@ -251,7 +251,7 @@ scale: 1; description { state: "default" 0.0; visible: 0; - min: 0 CONTROLBAR_LARGE_H; + min: 0 CONTROLBAR_LARGE_HEIGHT_INC; fixed: 0 1; rel1 { relative: 0.0 1.0; } rel2 { relative: 1.0 1.0; } -- 2.7.4