summaryrefslogtreecommitdiff
path: root/ElmSharp
diff options
context:
space:
mode:
authorSungtaek Hong <sth253.hong@samsung.com>2016-11-18 17:46:19 +0900
committerSungtaek Hong <sth253.hong@samsung.com>2016-11-21 11:52:55 +0900
commit1edb77c4103e1f68551764a34d86d63bd4915b7d (patch)
treea1540f3359bebf43024c2dab3af013ae989dcb75 /ElmSharp
parent0eeac51143e3f028d68982cc8de56851c61219e9 (diff)
downloadelm-sharp-1edb77c4103e1f68551764a34d86d63bd4915b7d.tar.gz
elm-sharp-1edb77c4103e1f68551764a34d86d63bd4915b7d.tar.bz2
elm-sharp-1edb77c4103e1f68551764a34d86d63bd4915b7d.zip
theme: radio: fix wrong text property
Change-Id: I448f87bfa7f79cb6470c32e7b2b95e003681856a Signed-off-by: Sungtaek Hong <sth253.hong@samsung.com>
Diffstat (limited to 'ElmSharp')
-rw-r--r--ElmSharp/theme/mobile/widgets/radio.edc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ElmSharp/theme/mobile/widgets/radio.edc b/ElmSharp/theme/mobile/widgets/radio.edc
index abfafe2..9ddf30f 100644
--- a/ElmSharp/theme/mobile/widgets/radio.edc
+++ b/ElmSharp/theme/mobile/widgets/radio.edc
@@ -343,13 +343,13 @@ group { "elm/radio/base/default";
align: 0.0 0.5;
text {
style: "radio_default";
- min: 1 0;
+ min: 0 0;
}
}
desc { "visible";
inherit: "default" 0.0;
vis;
- text.min: 1 1;
+ text.min: 0 1;
}
desc { "disabled";
inherit: "default" 0.0;