From 518cb5bc14d3ae67170c3cb1e6f1585626b027e3 Mon Sep 17 00:00:00 2001 From: sumanth Date: Tue, 23 Jul 2013 15:01:43 +0530 Subject: [PATCH] [datetime.edc] Bug fix in datetime default style: field paddings are not resized to zero size in default state, once they are already expanded. Change-Id: Ia9ec8cf6b8c930cc07a9e800b1e27c87ce76efff --- themes/widgets/datetime.edc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/widgets/datetime.edc b/themes/widgets/datetime.edc index 46face2..03e69b9 100644 --- a/themes/widgets/datetime.edc +++ b/themes/widgets/datetime.edc @@ -29,6 +29,7 @@ description { state: "default" 0.0; \ color: 0 0 0 0;\ min: 0 0;\ + max: 0 -1;\ align: 0.0 0.5;\ fixed: 1 0;\ rel1 {\ @@ -54,6 +55,7 @@ description { state: "default" 0.0; \ color: 0 0 0 0;\ min: 0 0;\ + max: 0 -1;\ visible: 0;\ align: 0.0 0.5;\ fixed: 1 0;\ @@ -82,6 +84,7 @@ color: 0 0 0 0;\ visible: 0;\ min: 0 0;\ + max: 0 -1;\ align: 0.0 0.5;\ fixed: 1 0;\ rel1 {\ @@ -129,6 +132,7 @@ description { state: "default" 0.0; \ visible: 0;\ min: 0 0;\ + max: 0 -1;\ align: 0.0 0.5;\ fixed: 1 0;\ rel1 {\ @@ -156,6 +160,7 @@ state: "default" 0.0;\ visible: 0;\ min: 0 0;\ + max: 0 -1;\ align: 0.0 0.5;\ fixed: 1 0;\ rel1 {\ -- 2.7.4