Fix Close Button

SVN revision: 19249
This commit is contained in:
Christopher Michael 2005-12-22 23:02:12 +00:00
parent baa9fae930
commit 51469df0cc
1 changed files with 7 additions and 7 deletions

View File

@ -140,17 +140,17 @@ group {
description {
state: "default" 0.0;
color: 0 0 0 0;
align: 0.5 0.5;
fixed: 1 0;
align: 0.5 1.0;
fixed: 0 1;
rel1 {
to_y: "item";
relative: 0.5 1.0;
offset: -16 2;
relative: 0.0 1.0;
offset: 16 2;
}
rel2 {
relative: 0.5 1.0;
offset: 17 -2;
}
relative: 1.0 1.0;
offset: -17 -2;
}
}
}