indenting and make some of the border space be 'inter icon' ;)

SVN revision: 16801
This commit is contained in:
handyande 2005-09-20 14:51:09 +00:00 committed by handyande
parent c877698d48
commit d43caa82cc
2 changed files with 10 additions and 14 deletions

View File

@ -177,7 +177,7 @@ group {
} }
} }
} }
part { part {
name: "icon_swallow"; name: "icon_swallow";
type: SWALLOW; type: SWALLOW;
description { description {
@ -186,12 +186,12 @@ part {
color: 0 0 0 0; color: 0 0 0 0;
rel1 { rel1 {
relative: 0.0 0.0; relative: 0.0 0.0;
offset: 16 16; offset: 11 11;
to: "conf_bg"; to: "conf_bg";
} }
rel2 { rel2 {
relative: 1.0 1.0; relative: 1.0 1.0;
offset: -16 -16; offset: -12 -12;
to: "conf_bg"; to: "conf_bg";
} }
} }
@ -217,11 +217,11 @@ group {
state: "default" 0.0; state: "default" 0.0;
rel1 { rel1 {
relative: 0.0 0.0; relative: 0.0 0.0;
offset: 0 0; offset: 5 5;
} }
rel2 { rel2 {
relative: 1.0 1.0; relative: 1.0 1.0;
offset: -1 -15; offset: -6 -20;
} }
} }
} }
@ -251,11 +251,11 @@ group {
description { description {
rel1 { rel1 {
relative: 0.0 1.0; relative: 0.0 1.0;
offset: 0 -15; offset: 5 -20;
} }
rel2 { rel2 {
relative: 1.0 1.0; relative: 1.0 1.0;
offset: -1 -1; offset: -6 -6;
} }
color: 0 0 0 255; color: 0 0 0 255;
//color3: 0 0 0 32; //color3: 0 0 0 32;

View File

@ -143,12 +143,8 @@ _e_configure_apps_load(E_Configure *app)
edje_object_part_text_set(o, "title", a->name); edje_object_part_text_set(o, "title", a->name);
evas_object_show(icon); evas_object_show(icon);
edje_object_size_min_calc (o, &w, &h); edje_object_size_min_calc (o, &w, &h);
edje_extern_object_min_size_set (o, w, h); edje_extern_object_min_size_set (o, w, h);
e_box_pack_end(app->box, o); e_box_pack_end(app->box, o);
e_box_pack_options_set(o, e_box_pack_options_set(o,
1, 0, /* fill */ 1, 0, /* fill */