From 3202cba829aaec2f5fbcd40d2a5e9f24664a3a81 Mon Sep 17 00:00:00 2001 From: Chidambar Zinnoury Date: Thu, 27 Nov 2008 19:04:15 +0000 Subject: [PATCH] We don't want too long items to set the width of all elements on exebuf. SVN revision: 37827 --- data/themes/default.edc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/themes/default.edc b/data/themes/default.edc index 4e0793757..b2d03c20f 100644 --- a/data/themes/default.edc +++ b/data/themes/default.edc @@ -10314,7 +10314,7 @@ collections { /* begin the collection of edje groups that are in this file */ text { font: "Sans"; size: 10; - min: 1 1; + min: 0 1; align: 0.0 0.5; text_class: "menu_item"; }