|
|
|
@ -310,10 +310,9 @@ collections { |
|
|
|
|
repeat_events: 0; |
|
|
|
|
description { |
|
|
|
|
rel1.relative: 0.5 1.0; |
|
|
|
|
rel1.to: "entrance.password"; |
|
|
|
|
rel2.relative: 1.0 2.0; |
|
|
|
|
rel2.to: "entrance.password"; |
|
|
|
|
fixed: 1 1; |
|
|
|
|
rel1.to_x: "entrance.password"; |
|
|
|
|
rel1.to_y: "entrance.password"; |
|
|
|
|
visible: 1; |
|
|
|
|
params { |
|
|
|
|
string: "label" "Login"; |
|
|
|
|
} |
|
|
|
@ -323,12 +322,10 @@ collections { |
|
|
|
|
part { name: "entrance.xsessions"; |
|
|
|
|
type: SWALLOW; |
|
|
|
|
description { state: "default" 0.0; |
|
|
|
|
rel1.to: "entrance.password"; |
|
|
|
|
rel1.to_y: "entrance.password"; |
|
|
|
|
rel1.relative: 0.0 1.0; |
|
|
|
|
rel2.to: "entrance.password"; |
|
|
|
|
rel2.relative: 0.5 2.0; |
|
|
|
|
fixed: 1 1; |
|
|
|
|
//visible: 0; |
|
|
|
|
rel2.relative: 0.5 1.0; |
|
|
|
|
//visible: 0; |
|
|
|
|
} |
|
|
|
|
description { state: "enabled" 0.0; |
|
|
|
|
inherit: "default" 0.0; |
|
|
|
@ -465,6 +462,17 @@ collections { |
|
|
|
|
visible: 1; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
part { name: "hover"; |
|
|
|
|
type: RECT; |
|
|
|
|
mouse_events: 1; |
|
|
|
|
repeat_events: 0; |
|
|
|
|
description { state: "default" 0.0; |
|
|
|
|
color: 0 0 0 196; |
|
|
|
|
} |
|
|
|
|
description { state: "hidden" 0.0; |
|
|
|
|
visible: 0; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
part { name: "entrance.login"; |
|
|
|
|
type: SWALLOW; |
|
|
|
|
description { state: "default" 0.0; |
|
|
|
@ -480,6 +488,7 @@ collections { |
|
|
|
|
signal: "entrance,conf_user,enabled"; |
|
|
|
|
source: ""; |
|
|
|
|
action: STATE_SET "hidden" 0.0; |
|
|
|
|
target: "hover"; |
|
|
|
|
target: "entrance.login"; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|