force desklock theme min sizing on text

fix T1468
This commit is contained in:
Mike Blumenkrantz 2014-08-11 20:24:14 -04:00
parent e61c0f9141
commit a73ef53909
1 changed files with 2 additions and 1 deletions

View File

@ -89,9 +89,10 @@ group { name: "e/desklock/login_box";
color: FN_COL_DEFAULT;
align: 0.5 0.0;
text { font: FNBD; size: 10;
min: 0 1;
min: 1 1;
align: 0.5 0.5;
text_class: "desklock_title";
ellipsis: -1;
}
fixed: 0 1;
}