From: Shuhrat Dehkanov Date: Thu, 11 Jun 2015 07:11:30 +0000 (+0900) Subject: Show date in full length instead of ellipses X-Git-Tag: accepted/tizen/tv/20150612.071522~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F84%2F41084%2F1;p=profile%2Ftv%2Fapps%2Fnative%2Fsettings.git Show date in full length instead of ellipses Currently, the date is shown as ".../.../..." instead of "12/31/2000" in date setting pop-up dialog. This fixes that and shows the date in full length. Change-Id: Ie2da0a75b6a190f85ef0f72b1e8c9203687d291d --- diff --git a/ug/system/clock/edje/ug_clock.edc b/ug/system/clock/edje/ug_clock.edc index f4bc252..d561401 100644 --- a/ug/system/clock/edje/ug_clock.edc +++ b/ug/system/clock/edje/ug_clock.edc @@ -335,6 +335,11 @@ collections { fixed: 1 1; color: 128 128 128 38; } + description { + state: "hide" 0.0; + inherit: "default" 0.0; + visible: 0; + } } part { name: "spin_ctrl_2_swallow_padding"; @@ -434,7 +439,7 @@ collections { scale: 1; description { state: "default" 0.0; - min: 138 122; + min: 140 122; rel1 { to: "spin_ctrl_3_swallow_padding"; relative: 0.0 0.0; diff --git a/ug/system/clock/edje/widgets/button.edc b/ug/system/clock/edje/widgets/button.edc index 4d346e3..059a674 100644 --- a/ug/system/clock/edje/widgets/button.edc +++ b/ug/system/clock/edje/widgets/button.edc @@ -567,7 +567,7 @@ group { to: "elm_text_padding"; } text { - size: 30; + size: 26; align: 0.5 0.5; } color: 69 143 255 255; @@ -727,7 +727,7 @@ group { scale: 1; description { state: "default" 0.0; - min: 138 122; + min: 140 122; align: 0 0; fixed: 1 1; } @@ -836,7 +836,7 @@ group { to: "elm_text_padding"; } text { - size: 30; + size: 26; align: 0.5 0.5; } color: 69 143 255 255; @@ -1040,7 +1040,7 @@ group { to: "elm_text_padding"; } text { - size: 30; + size: 26; align: 0.0 0.5; } color: 69 143 255 255; @@ -1547,4 +1547,4 @@ group { target: "bg"; } } -} \ No newline at end of file +}