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"; source: "elm/button";
repeat_events: 0; repeat_events: 0;
description { description {
max: 9999 0;
rel1.to: "entrance.password";
rel1.relative: 0.5 1.0; rel1.relative: 0.5 1.0;
rel1.to_x: "entrance.password"; rel2.to_x: "entrance.password";
rel1.to_y: "entrance.password"; align: 0.5 0.0;
visible: 1; visible: 1;
params { params {
string: "label" "Login"; string: "label" "Login";
@ -322,10 +324,13 @@ collections {
part { name: "entrance.xsessions"; part { name: "entrance.xsessions";
type: SWALLOW; type: SWALLOW;
description { state: "default" 0.0; description { state: "default" 0.0;
rel1.to_y: "entrance.password"; max: 9999 0;
rel1.relative: 0.0 1.0; rel1.to: "entrance.password";
rel2.relative: 0.5 1.0; rel1.relative: 0.0 1.0;
//visible: 0; rel2.to_x: "entrance.password";
rel2.relative: 0.5 1.0;
align: 0.5 0.0;
//visible: 0;
} }
description { state: "enabled" 0.0; description { state: "enabled" 0.0;
inherit: "default" 0.0; inherit: "default" 0.0;