Add a part for the bottom section

This commit is contained in:
Jaime Thomas 2008-09-12 15:20:05 +00:00
parent 5f84c10ba9
commit b95079134e
1 changed files with 27 additions and 4 deletions

View File

@ -36,7 +36,7 @@ group {
state: "default" 0.0; state: "default" 0.0;
visible: 0; visible: 0;
align: 0.0 0.0; align: 0.0 0.0;
max: 99999 485; max: 99999 99999;
min: 99999 0; min: 99999 0;
rel1 { rel1 {
@ -46,7 +46,7 @@ group {
rel2 { rel2 {
relative: 1.0 1.0; relative: 1.0 1.0;
offset: 0 0; offset: 0 -171;
} }
} }
} }
@ -64,7 +64,7 @@ group {
description { description {
state: "default" 0.0; state: "default" 0.0;
min: 99999 9; min: 99999 9;
color: 0 0 0 20; color: 255 255 255 40;
rel1 { rel1 {
relative: 0.0 0.0; relative: 0.0 0.0;
@ -111,7 +111,7 @@ group {
description { description {
state: "default" 0.0; state: "default" 0.0;
min: 0 130; min: 0 130;
max: 99999 640; max: 99999 99999;
align: 0.0 0.0; align: 0.0 0.0;
color: 255 255 255 0; color: 255 255 255 0;
@ -225,6 +225,29 @@ group {
color: 255 255 255 255; color: 255 255 255 255;
} }
} }
part {
name: "bottom_container";
type: RECT;
mouse_events: 0;
repeat_events: 1;
description {
state: "default" 0.0;
color: 250 0 0 40;
min: 99999 170;
rel1 {
to: "paned_draggie";
offset: 0 12;
}
rel2 {
relative: 1.0 1.0;
offset: -1 -1;
}
}
}
} }
programs { programs {