Add a part for the bottom section
This commit is contained in:
parent
e61bf3a10f
commit
40e752335f
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user