summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChunEon Park <hermet@hermet.pe.kr>2014-08-11 21:51:25 +0900
committerChunEon Park <hermet@hermet.pe.kr>2014-08-11 21:52:46 +0900
commitefd33ddb5ba51dccaee2734e8a7add18801d9285 (patch)
treea7f2b57b8b058623b31bb3fdfc0c40f5149be6b5
parentfa1586f27388c0727b9ecf70840bf99b935d697d (diff)
downloadelementary-efd33ddb5ba51dccaee2734e8a7add18801d9285.tar.gz
button: add fixed 1 1 in case that text is not used.
If only icon is used in a button, it prints error message regarding fixed 1 1; This resolved the problem.
-rw-r--r--data/themes/edc/elm/button.edc5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/themes/edc/elm/button.edc b/data/themes/edc/elm/button.edc
index 199a49e20..e55dac9a8 100644
--- a/data/themes/edc/elm/button.edc
+++ b/data/themes/edc/elm/button.edc
@@ -171,6 +171,7 @@ group { name: "elm/button/base/default";
text_class: "button";
}
visible: 0;
+ fixed: 1 1;
}
desc { "visible";
inherit: "default";
@@ -178,12 +179,14 @@ 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";
@@ -193,6 +196,7 @@ group { name: "elm/button/base/default";
text.min: 1 1;
text.ellipsis: -1;
visible: 1;
+ fixed: 0 0;
}
desc { "disabled_textonly";
inherit: "default";
@@ -201,6 +205,7 @@ group { name: "elm/button/base/default";
text.min: 1 1;
text.ellipsis: -1;
visible: 1;
+ fixed: 0 0;
}
}
rect { "event";