fix text overflow issue.

SVN revision: 75937
This commit is contained in:
Carsten Haitzler 2012-09-02 04:15:14 +00:00
parent 6e9eb3dc61
commit 6aa3b48a67
1 changed files with 19 additions and 1 deletions

View File

@ -40591,6 +40591,24 @@ collections {
}
}
part {
name: "label3";
type: TEXT;
mouse_events: 0;
scale: 1;
description {
state: "default" 0.0;
rel1.to: "e.text.label";
rel2.to: "e.text.label";
visible: 0;
text {
font: "Sans";
text_source: "e.text.label";
size: 10;
min: 1 1;
}
}
}
part {
name: "label2";
type: TEXT;
mouse_events: 0;
@ -40605,7 +40623,7 @@ collections {
font: "Sans";
text_source: "e.text.label";
size: 10;
min: 1 1;
min: 0 1;
align: 0.5 0.5;
elipsis: 0.0;
}