Elm label: fixed label min size.

SVN revision: 60187
This commit is contained in:
Tom Hacohen 2011-06-10 10:18:01 +00:00
parent 9648eab6c0
commit 7fa8c6ff6c
1 changed files with 1 additions and 1 deletions

View File

@ -1429,7 +1429,7 @@ collections {
rel2.relative: 1.0 1.0; rel2.relative: 1.0 1.0;
text { text {
style: "textblock_style"; style: "textblock_style";
min: 1 1; min: 0 1;
} }
} }
} }