On Fri, 12 Jul 2013 18:20:07 -0300 "Eduardo Lima (Etrunko)" <ebl...@gmail.com>
said:
> Can you try the attached patch and comment? I think it makes sense to
> have the icon above the selection.
well i think it looks ok. just icons feel a bit big at the default 40px shelf
size. that's why i made it smaller to start with. also the taskbar now leaves
almsot no spacing/padding at the top/bottom... your offset of 2 1 is also
asymmetrical... :/ (part { name: "sel_base" <- that one). try the attached one:
--
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler) ras...@rasterman.com
diff --git a/data/themes/edc/tasks.edc b/data/themes/edc/tasks.edc
index 1a31cfb0..044ad8a 100644
--- a/data/themes/edc/tasks.edc
+++ b/data/themes/edc/tasks.edc
@@ -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;
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel