From b056cf12e6d731a3432d22c679662ace341b2608 Mon Sep 17 00:00:00 2001 From: "ak.singh7" Date: Mon, 25 Jul 2011 12:00:37 +0530 Subject: [PATCH] [BUtton.edc]]Increased right padding of button styles for adherence with UX v1.5-resolved merge conflict [Button.edc]Increased right padding of button styles for adherence with UX v1.5 according to review comments [Button.edc]Increased right padding of style1 and style2 buttons to clear UX v1.5 issues Change-Id: Ib461df1ebf6fa4d6dcbd46a008bbcead669ec9ec --- themes/groups/button.edc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/groups/button.edc b/themes/groups/button.edc index eb835a6..7d1ac2e 100644 --- a/themes/groups/button.edc +++ b/themes/groups/button.edc @@ -68,7 +68,7 @@ align: 0.0 0.0; rel1.relative: 0.0 0.0; rel2.relative: 0.0 0.0; - min: 5 5; + min: 8 5; fixed: 1 1; visible: 0; } @@ -82,7 +82,7 @@ align: 1.0 1.0; rel1.relative: 1.0 1.0; rel2.relative: 1.0 1.0; - min: 5 5; + min: 8 5; fixed: 1 1; visible: 0; } @@ -500,7 +500,7 @@ align: 0.0 0.0; rel1.relative: 0.0 0.0; rel2.relative: 0.0 0.0; - min: 5 5; + min: 8 5; fixed: 1 1; visible: 0; } @@ -514,7 +514,7 @@ align: 1.0 1.0; rel1.relative: 1.0 1.0; rel2.relative: 1.0 1.0; - min: 5 5; + min: 8 5; fixed: 1 1; visible: 0; } -- 2.7.4