From: Carsten Haitzler Date: Wed, 18 Jul 2012 08:23:15 +0000 (+0000) Subject: clean up default check/radio sizing. X-Git-Tag: v1.7.0~297 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a6f0aaea0abf564232a294ca5c62e8c5c2cc9d7;p=platform%2Fupstream%2Felementary.git clean up default check/radio sizing. SVN revision: 74048 --- diff --git a/data/themes/widgets/check.edc b/data/themes/widgets/check.edc index ba63cec..2a4dc56 100644 --- a/data/themes/widgets/check.edc +++ b/data/themes/widgets/check.edc @@ -58,6 +58,7 @@ group { name: "elm/check/base/default"; } part { name: "elm.swallow.content"; type: SWALLOW; + scale: 1; description { state: "default" 0.0; fixed: 1 0; visible: 0; @@ -74,14 +75,15 @@ group { name: "elm/check/base/default"; fixed: 1 0; visible: 1; aspect: 1.0 1.0; + min: 16 16; } description { state: "disabled" 0.0; inherit: "default" 0.0; - color: 128 128 128 128; + color: 255 255 255 128; } description { state: "disabled_visible" 0.0; inherit: "default" 0.0; - color: 128 128 128 128; + color: 255 255 255 128; fixed: 1 0; visible: 1; aspect: 1.0 1.0; diff --git a/data/themes/widgets/radio.edc b/data/themes/widgets/radio.edc index 59f93fd..65ff230 100644 --- a/data/themes/widgets/radio.edc +++ b/data/themes/widgets/radio.edc @@ -36,31 +36,31 @@ group { name: "elm/radio/base/default"; } part { name: "elm.swallow.content"; type: SWALLOW; + scale: 1; description { state: "default" 0.0; fixed: 1 0; visible: 0; align: 0.0 0.5; - color: 0 0 0 0; rel1.to_x: "bg"; rel1.relative: 1.0 0.0; rel1.offset: 1 1; rel2.to_x: "bg"; rel2.relative: 1.0 1.0; - rel2.offset: 2 -2; + rel2.offset: 1 -2; } description { state: "visible" 0.0; inherit: "default" 0.0; visible: 1; - color: 255 255 255 255; aspect: 1.0 1.0; + min: 16 16; } description { state: "disabled" 0.0; inherit: "default" 0.0; - color: 128 128 128 128; + color: 255 255 255 128; } description { state: "disabled_visible" 0.0; inherit: "default" 0.0; - color: 128 128 128 128; + color: 255 255 255 128; visible: 1; aspect: 1.0 1.0; }