Limit the size of the text

This commit is contained in:
Jaime Thomas
2008-08-07 22:24:53 +00:00
parent ddc46f889d
commit 4cf5819003
2 changed files with 6 additions and 1 deletions

View File

@ -57,7 +57,7 @@ group {
color: 255 255 255 155;
}
}
part {
name: "filelist";
type: SWALLOW;
@ -119,6 +119,7 @@ group {
state: "default" 0.0;
align: 0.5 0.5;
color: 255 255 255 0;
max: 245 99999;
rel1 {
to: "filelist_overlay";