'everything' theme:get rid of that stupid widen animation, just slide!

- finer selector outline


SVN revision: 41970
This commit is contained in:
Hannes Janetzek 2009-08-25 11:18:13 +00:00
parent 4dad68fc88
commit 1357b1fd8e
2 changed files with 70 additions and 45 deletions

View File

@ -26587,9 +26587,9 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
group { name: "e/modules/everything/main"; group { name: "e/modules/everything/main";
#ifdef DROP_SHADOW #ifdef DROP_SHADOW
min: 720 218; min: 520 218;
#else #else
min: 620 118; min: 420 118;
#endif #endif
images { images {
image: "base_bg.png" COMP; image: "base_bg.png" COMP;
@ -26630,10 +26630,6 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
} }
color: 255 255 255 255; color: 255 255 255 255;
} }
description { state: "wide" 0;
inherit: "default" 0.0;
min: 620 118;
}
} }
#else #else
part { name: "bg"; part { name: "bg";
@ -26649,58 +26645,83 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
} }
color: 255 255 255 255; color: 255 255 255 255;
} }
description { state: "wide" 0;
inherit: "default" 0.0;
min: 620 118;
}
} }
#endif #endif
part { name: "selector_frame"; part { name: "frame";
type: RECT; type: RECT;
description { state: "default" 0; description { state: "default" 0;
color: 255 255 255 255; color: 255 255 255 255;
rel1 { rel1 {
offset: 5 5; offset: 8 1;
to: "bg"; to: "bg";
} }
rel2 { rel2 {
offset: -6 -6; offset: -9 -2;
to: "bg"; to: "bg";
} }
} }
} }
part { name: "selector_frame";
type: RECT;
clip_to: "frame";
description { state: "default" 0;
min: 600 100;
align: 0.0 0.0;
color: 255 255 255 255;
rel1 {
offset: 10 3;
to: "bg";
}
rel2 {
offset: -11 -3;
to: "bg";
}
}
description { state: "wide" 0;
inherit: "default" 0.0;
/* min: 622 118; */
align: 1.0 0.0;
}
}
part { name: "e.swallow.subject_selector"; part { name: "e.swallow.subject_selector";
type: SWALLOW; type: SWALLOW;
clip_to: "selector_frame"; clip_to: "selector_frame";
description { state: "default" 0; description { state: "default" 0;
min: 200 100; min: 200 100;
max: 200 100; max: 200 999;
align: 0.0 0.0;
rel1 { rel1 {
offset: 5 5; offset: 0 2;
to: "selector_frame"; to: "selector_frame";
} }
rel2 { rel2 {
relative: 0 0; relative: 0 1;
offset: 205 105; offset: 200 -2;
to: "selector_frame"; to: "selector_frame";
} }
} }
description { state: "wide" 0;
inherit: "default" 0.0;
visible: 0;
}
} }
part { name: "e.swallow.action_selector"; part { name: "e.swallow.action_selector";
type: SWALLOW; type: SWALLOW;
clip_to: "selector_frame"; clip_to: "selector_frame";
description { state: "default" 0; description { state: "default" 0;
min: 200 100; min: 200 100;
max: 200 100; max: 200 999;
align: 0.0 0.0;
rel1 { rel1 {
relative: 0 0; relative: 1 0;
offset: 205 5; offset: 0 2;
to: "selector_frame"; to_y: "selector_frame";
to_x: "e.swallow.subject_selector";
} }
rel2 { rel2 {
relative: 0 0; offset: 200 -2;
offset: 405 105; to_y: "selector_frame";
to: "selector_frame"; to_x: "e.swallow.subject_selector";
} }
} }
} }
@ -26708,17 +26729,19 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
type: SWALLOW; type: SWALLOW;
clip_to: "selector_frame"; clip_to: "selector_frame";
description { state: "default" 0; description { state: "default" 0;
max: 200 100; max: 200 999;
visible: 0; visible: 0;
align: 0.0 0.0;
rel1 { rel1 {
relative: 0 0; relative: 1 0;
offset: 405 5; offset: 0 2;
to: "selector_frame"; to_y: "selector_frame";
to_x: "e.swallow.action_selector";
} }
rel2 { rel2 {
relative: 0 0; offset: 200 -2;
offset: 605 105; to_y: "selector_frame";
to: "selector_frame"; to_x: "e.swallow.action_selector";
} }
} }
description { state: "wide" 0; description { state: "wide" 0;
@ -26759,7 +26782,9 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
action: STATE_SET "default" 0.00; action: STATE_SET "default" 0.00;
transition: SINUSOIDAL 0.15; transition: SINUSOIDAL 0.15;
target: "bg"; target: "bg";
target: "selector_frame";
target: "e.swallow.object_selector"; target: "e.swallow.object_selector";
target: "e.swallow.subject_selector";
} }
program { name: "object_selector_show"; program { name: "object_selector_show";
signal: "e,state,object_selector_show"; signal: "e,state,object_selector_show";
@ -26767,7 +26792,9 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
action: STATE_SET "wide" 0.00; action: STATE_SET "wide" 0.00;
transition: SINUSOIDAL 0.2; transition: SINUSOIDAL 0.2;
target: "bg"; target: "bg";
target: "selector_frame";
target: "e.swallow.object_selector"; target: "e.swallow.object_selector";
target: "e.swallow.subject_selector";
} }
} }
} }
@ -26799,14 +26826,14 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
} }
description { state: "selected" 0.0; description { state: "selected" 0.0;
inherit: "default" 0.0; inherit: "default" 0.0;
color: 255 255 255 64; color: 255 255 255 96;
} }
} }
part { name: "border"; part { name: "border";
clip_to: "clip"; clip_to: "clip";
mouse_events: 0; mouse_events: 0;
description { state: "default" 0.0; description { state: "default" 0.0;
color: 255 255 255 64; color: 255 255 255 80;
image { image {
normal: "everything_border.png"; normal: "everything_border.png";
border: 10 10 10 10; border: 10 10 10 10;
@ -26814,7 +26841,7 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
} }
description { state: "selected" 0.0; description { state: "selected" 0.0;
inherit: "default" 0.0; inherit: "default" 0.0;
color: 255 255 255 128; color: 255 255 255 160;
} }
} }
part { name: "inner_clip"; part { name: "inner_clip";
@ -26850,11 +26877,11 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
aspect_preference: VERTICAL; aspect_preference: VERTICAL;
rel1 { rel1 {
relative: 0.0 0.0; relative: 0.0 0.0;
offset: 10 10; offset: 15 15;
} }
rel2 { rel2 {
relative: 0.0 1.0; relative: 0.0 0.0;
offset: 74 -11; offset: 79 79;
} }
} }
} }
@ -26867,19 +26894,18 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
description { description {
state: "default" 0.0; state: "default" 0.0;
rel1 { rel1 {
offset: 6 1; offset: 20 1;
relative: 1.0 0.5; relative: 0.0 0.6;
to_x: "e.swallow.icons"; /* to_x: "e.swallow.icons"; */
} }
rel2.offset: -3 -2; rel2.offset: -11 -2;
color: 255 255 255 255; color: 255 255 255 255;
color3: 60 60 60 64; color3: 40 40 40 128;
color_class: "menu_item";
text { text {
font: "Sans:style=Bold"; font: "Sans:style=Bold";
size: 10; size: 10;
min: 0 1; min: 0 1;
align: 0.0 0.5; align: 0.5 0.5;
} }
} }
} }
@ -26899,7 +26925,6 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
rel2.offset: -13 -2; rel2.offset: -13 -2;
color: 210 210 210 255; color: 210 210 210 255;
color3: 0 0 0 0; color3: 0 0 0 0;
color_class: "menu_item";
text { text {
font: "Sans"; font: "Sans";
size: 10; size: 10;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 745 B

After

Width:  |  Height:  |  Size: 730 B