summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Juyung Seo <seojuyung2@gmail.com>2014-08-13 01:28:06 +0900
committerDaniel Juyung Seo <seojuyung2@gmail.com>2014-08-13 02:03:46 +0900
commit3238c8787511aaf69b755760b24f1aa518477d75 (patch)
treebc0abd58ae35983a7cdfce32c85eae5f02a586ea
parentc558a2f477652a6eea20b5e5f65fbca230ce89c1 (diff)
downloadelementary-3238c8787511aaf69b755760b24f1aa518477d75.tar.gz
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.
-rw-r--r--data/themes/edc/elm/button.edc5
1 files changed, 0 insertions, 5 deletions
diff --git a/data/themes/edc/elm/button.edc b/data/themes/edc/elm/button.edc
index e55dac9a8..199a49e20 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";