entrance: fix theme in right way

This commit is contained in:
Michael Bouchaud 2014-02-24 21:52:59 +00:00
parent 2f7cc2897e
commit 6183f3d7ab
1 changed files with 11 additions and 6 deletions

View File

@ -309,9 +309,11 @@ collections {
source: "elm/button";
repeat_events: 0;
description {
max: 9999 0;
rel1.to: "entrance.password";
rel1.relative: 0.5 1.0;
rel1.to_x: "entrance.password";
rel1.to_y: "entrance.password";
rel2.to_x: "entrance.password";
align: 0.5 0.0;
visible: 1;
params {
string: "label" "Login";
@ -322,9 +324,12 @@ collections {
part { name: "entrance.xsessions";
type: SWALLOW;
description { state: "default" 0.0;
rel1.to_y: "entrance.password";
max: 9999 0;
rel1.to: "entrance.password";
rel1.relative: 0.0 1.0;
rel2.to_x: "entrance.password";
rel2.relative: 0.5 1.0;
align: 0.5 0.0;
//visible: 0;
}
description { state: "enabled" 0.0;