Some theme work. Beginning to work to an about page.

This commit is contained in:
Jaime Thomas
2009-02-19 02:02:43 +00:00
parent 6f03e042e1
commit 5da712af65
9 changed files with 400 additions and 8 deletions

View File

@ -30,6 +30,32 @@ group {
}
}
part {
name: "bottom_shiv";
type: RECT;
scale: 1;
description {
state: "default" 0.0;
visible: 0;
align: 0.0 1.0;
max: 99999 230;
}
}
part {
name: "top_shiv";
type: RECT;
scale: 1;
description {
state: "default" 0.0;
visible: 0;
align: 0.0 0.0;
max: 99999 145;
}
}
part {
name: "paned_container";
type: RECT;
@ -58,13 +84,14 @@ group {
inherit: "default" 0.0;
rel1 {
relative: 0.0 0.0;
offset: 0 145;
to_y: "top_shiv";
relative: 0.0 1.0;
}
rel2 {
relative: 1.0 1.0;
offset: 0 -230;
to_y: "bottom_shiv";
relative: 1.0 0.0;
offset: -1 -1;
}
}
}
@ -173,7 +200,8 @@ group {
rel2 {
to_y: "paned_draggie";
offset: -6 -12;
relative: 1.0 0.0;
offset: -6 -6;
}
image {