Add Close button to Configure Panel and center text

SVN revision: 19198
This commit is contained in:
Christopher Michael 2005-12-21 06:37:58 +00:00
parent 32711b918e
commit f3d0dd28f7
1 changed files with 28 additions and 8 deletions

View File

@ -70,16 +70,16 @@ group {
description { description {
state: "default" 0.0; state: "default" 0.0;
fixed: 0 1; fixed: 0 1;
align: 0.5 0.0; align: 0.5 0.5;
rel1 { rel1 {
to: "logo"; to: "logo";
relative: 1.0 0.0; relative: 1.0 0.5;
offset: 6 0; offset: -6 0;
} }
rel2 { rel2 {
to_y: "logo"; to_y: "logo";
relative: 1.0 0.0; relative: 1.0 0.5;
offset: -7 6; offset: -7 0;
} }
color: 255 255 255 255; color: 255 255 255 255;
color3: 0 0 0 32; color3: 0 0 0 32;
@ -126,13 +126,33 @@ group {
rel1 { rel1 {
to_y: "logo"; to_y: "logo";
relative: 0.0 1.0; relative: 0.0 1.0;
offset: 16 16; offset: 16 5;
} }
rel2 { rel2 {
relative: 1.0 1.0; relative: 1.0 1.0;
offset: -17 -17; offset: -17 -35;
} }
} }
} }
part {
name: "button";
type: SWALLOW;
description {
state: "default" 0.0;
color: 0 0 0 0;
align: 0.5 0.5;
fixed: 1 0;
rel1 {
to_y: "item";
relative: 0.5 1.0;
offset: -16 2;
}
rel2 {
relative: 0.5 1.0;
offset: 17 -2;
}
}
}
} }
} }