button: revert this patch because this patch just broke hoversel.

hoversel is now usable. let's fix the button warning message with more
considerations.

Revert "button: add fixed 1 1 in case that text is not used."

This reverts commit efd33ddb5ba51dccaee2734e8a7add18801d9285.
This commit is contained in:
Daniel Juyung Seo 2014-08-13 01:28:06 +09:00
parent a73ef53909
commit 69281aea8b
1 changed files with 0 additions and 5 deletions

View File

@ -171,7 +171,6 @@ group { name: "elm/button/base/default";
text_class: "button";
}
visible: 0;
fixed: 1 1;
}
desc { "visible";
inherit: "default";
@ -179,14 +178,12 @@ group { name: "elm/button/base/default";
text.min: 1 1;
text.ellipsis: -1;
visible: 1;
fixed: 0 0;
}
desc { "textonly";
inherit: "default";
text.min: 1 1;
text.ellipsis: -1;
visible: 1;
fixed: 0 0;
}
desc { "disabled_visible";
inherit: "default";
@ -196,7 +193,6 @@ group { name: "elm/button/base/default";
text.min: 1 1;
text.ellipsis: -1;
visible: 1;
fixed: 0 0;
}
desc { "disabled_textonly";
inherit: "default";
@ -205,7 +201,6 @@ group { name: "elm/button/base/default";
text.min: 1 1;
text.ellipsis: -1;
visible: 1;
fixed: 0 0;
}
}
rect { "event";