From 4fb30d5186f1f5dec838ad8e1b1c627ba3919916 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Sun, 29 May 2011 14:52:41 +0000 Subject: [PATCH] E fm: Fixed weird icon sizes issue. Apparently, when doing min size calculation we take hidden parts into account, which caused the calculation to be wrong in this case. Setting the hidden textblock to fixed solved the issue. SVN revision: 59788 --- data/themes/default.edc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/themes/default.edc b/data/themes/default.edc index ea88304e8..04dd005e4 100644 --- a/data/themes/default.edc +++ b/data/themes/default.edc @@ -18753,7 +18753,7 @@ collections { description { state: "default" 0.0; align: 0.5 0.0; - fixed: 0 1; + fixed: 1 1; color: 224 224 224 255; color3: 0 0 0 64; visible: 0; @@ -19790,7 +19790,7 @@ collections { description { state: "default" 0.0; align: 0.5 0.0; - fixed: 0 1; + fixed: 1 1; color: 224 224 224 255; color3: 0 0 0 64; visible: 0;