add slight bevelling on sides/bottom and on top to look nicer.

This commit is contained in:
Carsten Haitzler 2014-01-21 18:14:13 +09:00
parent 86a4a3704a
commit 048b0b9e92
4 changed files with 21 additions and 1 deletions

View File

@ -3,6 +3,8 @@ collections {
//////////////////////////////////////////////////////////////////////////////
//// the background and general container for the terminal
group { name: "rage/core";
images.image: "bg_bevel.png" COMP;
images.image: "bevel_dark_out.png" COMP;
images.image: "pm_fill.png" COMP;
images.image: "pm_overlay.png" COMP;
images.image: "pm_shadow.png" COMP;
@ -72,6 +74,22 @@ collections {
fill.smooth: 0;
}
}
part { name: "bevel";
description { state: "default" 0.0;
image.normal: "bevel_dark_out.png";
image.border: 1 1 1 1;
image.middle: 0;
fill.smooth: 0;
}
}
part { name: "bevel2";
description { state: "default" 0.0;
image.normal: "bg_bevel.png";
image.border: 1 1 1 1;
image.middle: 0;
fill.smooth: 0;
}
}
part { name: "shadow"; mouse_events: 0;
description { state: "default" 0.0;
fixed: 1 1;

View File

@ -26,4 +26,6 @@ icon_pause2.png \
icon_spanner.png \
icon_spanner2.png \
icon_volume2.png \
pos_indicator_big.png
pos_indicator_big.png \
bevel_dark_out.png \
bg_bevel.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 255 B