make e17 ibar separator an inset bevel so it fits in more

This commit is contained in:
Carsten Haitzler 2013-07-03 15:23:52 +09:00
parent 271b29504d
commit 924e3eff01
3 changed files with 12 additions and 9 deletions

View File

@ -93,6 +93,7 @@ img/bat_shine.png \
img/bat_top0.png \
img/bat_top1.png \
img/bevel_curved_horiz_out.png \
img/bevel_dark_in.png \
img/bevel_dark_out.png \
img/bevel_horiz_out.png \
img/bevel_in.png \

View File

@ -1,10 +1,14 @@
group { name: "e/modules/ibar/separator/default";
images.image: "vertical_separated_bar_glow.png" COMP;
images.image: "bevel_dark_in.png" COMP;
parts {
part { name: "sep"; mouse_events: 0;
part { name: "base";
description { state: "default" 0.0;
image.normal: "vertical_separated_bar_glow.png";
image.border: 7 7 7 7;
min: 2 2;
max: 2 99999;
rel1.offset: 4 4;
rel2.offset: -5 -5;
image.normal: "bevel_dark_in.png";
image.border: 2 2 2 2;
fill.smooth: 0;
}
}
@ -12,13 +16,11 @@ group { name: "e/modules/ibar/separator/default";
}
group { name: "e/modules/ibar/separator/horizontal";
images.image: "horizontal_separated_bar_small_glow.png" COMP;
inherit: "e/modules/ibar/separator/default";
parts {
part { name: "sep"; mouse_events: 0;
part { name: "base";
description { state: "default" 0.0;
image.normal: "horizontal_separated_bar_small_glow.png";
image.border: 4 4 4 4;
fill.smooth: 0;
max: 99999 2;
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 B