theme: radio: fix wrong text property
authorSungtaek Hong <sth253.hong@samsung.com>
Fri, 18 Nov 2016 08:46:19 +0000 (17:46 +0900)
committerSungtaek Hong <sth253.hong@samsung.com>
Mon, 21 Nov 2016 02:52:55 +0000 (11:52 +0900)
Change-Id: I448f87bfa7f79cb6470c32e7b2b95e003681856a
Signed-off-by: Sungtaek Hong <sth253.hong@samsung.com>
ElmSharp/theme/mobile/widgets/radio.edc

index abfafe2..9ddf30f 100644 (file)
@@ -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;