'everything' module preview theme tweak

SVN revision: 41832
This commit is contained in:
Hannes Janetzek 2009-08-17 04:25:46 +00:00
parent 6d0f8136bd
commit 21fa282260
2 changed files with 4 additions and 4 deletions

View File

@ -27735,7 +27735,7 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
offset: 2 2; offset: 2 2;
} }
rel2 { rel2 {
relative: 1.0 1.0; relative: 0.9999 1.0;
to: "frame"; to: "frame";
offset: -3 -3; offset: -3 -3;
} }
@ -27764,7 +27764,7 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
offset: 2 2; offset: 2 2;
} }
rel2 { rel2 {
relative: 1.0 1.0; relative: 0.9999 1.0;
to: "frame"; to: "frame";
offset: -3 -3; offset: -3 -3;
} }
@ -27812,7 +27812,7 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128);
target: "clip1"; target: "clip1";
target: "clip2"; target: "clip2";
target: "clip3"; target: "clip3";
transition: SINUSOIDAL 0.2; transition: LINEAR 0.2;
} }
} }
} }

View File

@ -31,7 +31,7 @@ _cb_preview_thumb_gen(void *data, Evas_Object *obj, void *event_info)
e_icon_size_get(o_thumb[1], &w, &h); e_icon_size_get(o_thumb[1], &w, &h);
edje_extern_object_min_size_set(o_thumb[1], w, h); edje_extern_object_min_size_set(o_thumb[1], w, h);
edje_object_part_swallow(o_main, "e.swallow.icon2", o_thumb[1]); edje_object_part_swallow(o_main, "e.swallow.icon2", o_thumb[1]);
evas_object_size_hint_aspect_set(o_thumb[1], EVAS_ASPECT_CONTROL_HORIZONTAL, w, h); /* evas_object_size_hint_aspect_set(o_thumb[1], EVAS_ASPECT_CONTROL_HORIZONTAL, w, h); */
evas_object_show(o_thumb[1]); evas_object_show(o_thumb[1]);
} }