From 3238c8787511aaf69b755760b24f1aa518477d75 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Wed, 13 Aug 2014 01:28:06 +0900 Subject: [PATCH] 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. --- data/themes/edc/elm/button.edc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/data/themes/edc/elm/button.edc b/data/themes/edc/elm/button.edc index e55dac9..199a49e 100644 --- a/data/themes/edc/elm/button.edc +++ b/data/themes/edc/elm/button.edc @@ -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"; -- 2.7.4