From d05c6fb1bc5ffea87d360a94782088e0295dc549 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Wed, 28 Oct 2009 10:14:22 +0000 Subject: [PATCH] possibly fix some sizing issues reported with entires. khiraly will be able to check i think. SVN revision: 43324 --- legacy/elementary/data/themes/default.edc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/legacy/elementary/data/themes/default.edc b/legacy/elementary/data/themes/default.edc index 02d413a3ab..8a4644f1d9 100644 --- a/legacy/elementary/data/themes/default.edc +++ b/legacy/elementary/data/themes/default.edc @@ -5353,6 +5353,7 @@ collections { source5: "elm/entry/anchor/default"; // anchor under // source6: "X"; // anchor over description { state: "default" 0.0; + fixed: 1 0; text { style: "entry_textblock_style"; min: 0 1; @@ -5426,6 +5427,7 @@ collections { source5: "elm/entry/anchor/default"; // anchor under // source6: "X"; // anchor over description { state: "default" 0.0; + fixed: 1 0; text { style: "entry_textblock_style_charwrap"; min: 0 1; @@ -5672,6 +5674,7 @@ collections { source: "elm/entry/selection/default"; // selection under source5: "elm/entry/anchor/default"; // anchor under description { state: "default" 0.0; + fixed: 1 0; text { style: "entry_textblock_style"; min: 0 1; @@ -5719,6 +5722,7 @@ collections { source: "elm/entry/selection/default"; // selection under source5: "elm/entry/anchor/default"; // anchor under description { state: "default" 0.0; + fixed: 1 0; text { style: "entry_textblock_style_charwrap"; min: 0 1;