fix bitch in toolbar 7 without hurting other toolbars

SVN revision: 68412
This commit is contained in:
Carsten Haitzler 2012-02-24 12:46:18 +00:00
parent d15d98327f
commit bce9bdf093
1 changed files with 6 additions and 2 deletions

View File

@ -239,7 +239,6 @@ group { name: "elm/toolbar/item/default";
clip_to: "elm.icon.clipper";
description { state: "default" 0.0;
align: 0.5 0.5;
fixed: 1 1;
rel1 {
relative: 0.0 0.0;
offset: 2 2;
@ -257,7 +256,6 @@ group { name: "elm/toolbar/item/default";
clip_to: "elm.icon_new.clipper";
description { state: "default" 0.0;
align: 0.5 0.5;
fixed: 1 1;
rel1 {
relative: 0.0 0.0;
offset: 2 2;
@ -571,6 +569,7 @@ group { name: "elm/toolbar/item/item_horizontal";
parts {
part { name: "elm.swallow.icon";
description { state: "default" 0.0;
fixed: 1 1;
aspect: 1 1;
aspect_preference: VERTICAL;
align: 0.0 0.5;
@ -581,6 +580,11 @@ group { name: "elm/toolbar/item/item_horizontal";
color: 0 0 0 0;
}
}
part { name: "elm.swallow.icon_new";
description { state: "default" 0.0;
fixed: 1 1;
}
}
part { name: "elm.text";
description { state: "default" 0.0;
align: 1 0.5;