Ok, config_inwin is working, and is updated/can set the project details.
This commit is contained in:
@ -54,16 +54,16 @@ group {
|
||||
|
||||
group {
|
||||
name: "ecdb/config_inwin/popup";
|
||||
max: 400 300;
|
||||
|
||||
parts {
|
||||
part {
|
||||
name: "back";
|
||||
type: IMAGE;
|
||||
mouse_events: 0;
|
||||
|
||||
description {
|
||||
state: "default" 0.0;
|
||||
color: 255 255 255 0;
|
||||
max: 308 128;
|
||||
|
||||
rel1 {
|
||||
relative: 0.0 0.0;
|
||||
@ -81,8 +81,8 @@ group {
|
||||
}
|
||||
|
||||
description {
|
||||
inherit: "default" 0.0;
|
||||
state: "active" 0.0;
|
||||
inherit: "default" 0.0;
|
||||
color: 255 255 255 255;
|
||||
}
|
||||
}
|
||||
@ -90,11 +90,11 @@ group {
|
||||
part {
|
||||
name: "ecdb.table";
|
||||
type: TABLE;
|
||||
clip_to: "back";
|
||||
|
||||
description {
|
||||
state: "default" 0.0;
|
||||
color: 255 255 255 0;
|
||||
max: 300 120;
|
||||
|
||||
rel1 {
|
||||
relative: 0.0 0.0;
|
||||
@ -107,11 +107,17 @@ group {
|
||||
}
|
||||
|
||||
table {
|
||||
homogenous: TABLE;
|
||||
padding: 2 2;
|
||||
homogeneous: TABLE;
|
||||
padding: 0 0;
|
||||
align: 0.5 0.5;
|
||||
}
|
||||
}
|
||||
|
||||
description {
|
||||
state: "active" 0.0;
|
||||
inherit: "default" 0.0;
|
||||
color: 255 255 255 255;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -121,8 +127,8 @@ group {
|
||||
signal: "ecdb,config_inwin,popup,show";
|
||||
source: "ecdb";
|
||||
action: STATE_SET "active" 0.0;
|
||||
target: "back";
|
||||
target: "ecdb.table";
|
||||
target: "active";
|
||||
transition: DECELERATE 0.2;
|
||||
}
|
||||
|
||||
@ -130,9 +136,9 @@ group {
|
||||
name: "collapse";
|
||||
signal: "ecdb,config_inwin,popup,hide";
|
||||
source: "ecdb";
|
||||
action: STATE_SET "active" 0.0;
|
||||
action: STATE_SET "default" 0.0;
|
||||
target: "back";
|
||||
target: "ecdb.table";
|
||||
target: "active";
|
||||
transition: DECELERATE 0.2;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user