enlarge taskbar buttons a bit so those with 24px shelves.. can use

them. :)
This commit is contained in:
Carsten Haitzler 2013-07-15 16:34:14 +09:00 committed by Eduardo Lima (Etrunko)
parent 5bcf144064
commit 75c2ab58a3
1 changed files with 16 additions and 18 deletions

View File

@ -46,8 +46,8 @@ group { name:"e/modules/tasks/item";
part { name: "sel_base"; mouse_events: 0;
clip_to: "sel_clip";
description { state: "default" 0.0;
rel1.offset: 4 4;
rel2.offset: -5 -5;
rel1.offset: 3 3;
rel2.offset: -4 -4;
image.normal: "vgrad_med_dark.png";
fill.smooth: 0;
TILED_HORIZ(120)
@ -178,14 +178,26 @@ group { name:"e/modules/tasks/item";
color: 255 255 255 64;
}
}
part { name: "bar"; mouse_events: 0;
clip_to: "sel_clip";
description { state: "default" 0.0;
rel1.offset: -5 -10;
rel1.relative: 0.0 1.0;
rel1.to: "sel_base";
rel2.offset: 4 4;
rel2.to: "sel_base";
image.normal: "horizontal_separated_bar_glow.png";
image.border: 7 7 7 7;
fill.smooth: 0;
fixed: 0 1;
}
}
part { name: "e.swallow.icon"; type: SWALLOW; mouse_events: 0;
clip_to: "icon_clip";
description { state: "default" 0.0;
aspect: 1.0 1.0; aspect_preference: VERTICAL;
align: 0.0 0.5;
rel1.offset: 4 4;
rel1.to: "icon";
rel2.offset: -5 -5;
rel2.to: "icon";
color: 255 0 0 128;
}
@ -206,20 +218,6 @@ group { name:"e/modules/tasks/item";
color: 0 0 0 0;
}
}
part { name: "bar"; mouse_events: 0;
clip_to: "sel_clip";
description { state: "default" 0.0;
rel1.offset: -5 -10;
rel1.relative: 0.0 1.0;
rel1.to: "sel_base";
rel2.offset: 4 4;
rel2.to: "sel_base";
image.normal: "horizontal_separated_bar_glow.png";
image.border: 7 7 7 7;
fill.smooth: 0;
fixed: 0 1;
}
}
part { name: "sel_shine"; mouse_events: 0;
clip_to: "sel_clip";
description { state: "default" 0.0;