example: added ellipsis: -1 to text parts which have min 1.

This commit is contained in:
Daniel Juyung Seo 2014-05-17 20:22:00 +09:00
parent 4f056651ac
commit bbb70363f1
3 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,7 @@ collections {
size: 16;
font: "sans";
min: 1 1;
ellipsis: -1;
}
}
}

View File

@ -28,6 +28,7 @@ collections {
size: 16;
font: "sans";
min: 1 1;
ellipsis: -1;
}
}
}
@ -129,6 +130,7 @@ collections {
size: 16;
font: "sans";
min: 1 1;
ellipsis: -1;
}
}
}

View File

@ -76,6 +76,7 @@ collections {
inherit: "default" 0.0;
visible: 1;
text.min: 1 1;
text.ellipsis: -1;
}
description { state: "disabled" 0.0;
inherit: "default" 0.0;
@ -84,6 +85,7 @@ collections {
inherit: "default" 0.0;
visible: 1;
text.min: 1 1;
text.ellipsis: -1;
}
}
programs {