Added text field to show CapsLock hint

Summary:
Signed-off-by: kabeer khan <kabeer.khan@samsung.com>

Merge branch 'master' of http://git.enlightenment.org/core/elementary

Reviewers: devilhorns, zmike

Maniphest Tasks: T1570

Differential Revision: https://phab.enlightenment.org/D1391
This commit is contained in:
kabeer khan 2014-09-04 11:19:59 -04:00 committed by Chris Michael
parent dada522426
commit be4ba83304
1 changed files with 21 additions and 0 deletions

View File

@ -97,6 +97,27 @@ group { name: "e/desklock/login_box";
fixed: 0 1;
}
}
part { name: "e.text.hint"; type: TEXT;
effect: SHADOW BOTTOM;
scale: 1;
description { state: "default" 0.0;
rel1.relative: 0.0 1.0;
rel1.offset: 3 13;
rel1.to_y: "e.text.password";
rel2.relative: 1.0 1.0;
rel2.offset: -4 3;
rel2.to_y: "e.text.password";
color: FN_COL_DEFAULT;
align: 0.5 0.0;
text { font: FNBD; size: 10;
min: 1 1;
align: 0.5 0.5;
text_class: "desklock_hint";
ellipsis: -1;
}
fixed: 0 1;
}
}
part { name: "selection"; type: RECT; mouse_events: 0;
description { state: "default" 0.0;
rel1.to: "e.text.password";