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
This commit is contained in:
Tom Hacohen 2011-05-29 14:52:41 +00:00
parent 70fa361dd3
commit 4fb30d5186
1 changed files with 2 additions and 2 deletions

View File

@ -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;