make desklock use wizard look.

SVN revision: 72766
This commit is contained in:
Carsten Haitzler 2012-06-24 13:18:35 +00:00
parent 30ebf7ea73
commit 1f771425e4
3 changed files with 14 additions and 23 deletions

View File

@ -28606,33 +28606,18 @@ collections {
group {
name: "e/desklock/background";
images {
image: "vgrad_dark.png" COMP;
image: "grill_dark_tiny_pattern.png" COMP;
image: "bg_shadow.png" COMP;
image: "wizard_pattern.png" COMP;
}
parts {
part {
name: "background_image";
description {
state: "default" 0.0;
image.normal: "vgrad_dark.png";
part { name: "base";
description { state: "default" 0.0;
image.normal: "wizard_pattern.png";
fill {
smooth: 0;
size {
relative: 0 1.0;
offset: 36 0;
}
}
}
}
part {
name: "grill";
description {
state: "default" 0.0;
image.normal: "grill_dark_tiny_pattern.png";
fill {
size {
relative: 0 0;
offset: 144 144;
relative: 0.0 0.0;
offset: 200 200;
}
}
}
@ -28644,6 +28629,13 @@ collections {
state: "default" 0.0;
}
}
part { name: "shadow2";
mouse_events: 0;
description { state: "default" 0.0;
image.normal: "bg_shadow.png";
fill.smooth: 0;
}
}
}
}
group {

View File

@ -94,7 +94,6 @@ gadman_frame.png \
gadman_left.png \
gadman_right.png \
gadman_top.png \
grill_dark_tiny_pattern.png \
gsm_0.png \
gsm_1.png \
gsm_2.png \

Binary file not shown.

Before

Width:  |  Height:  |  Size: 511 B