From 4e372fc7c16479c1b1f0412ad5390e2ca0d1438b Mon Sep 17 00:00:00 2001 From: shilpa singh Date: Mon, 1 Jul 2013 11:23:31 +0530 Subject: [PATCH] [Panes]: expansion issue fix in horizontal mode as well Change-Id: I974ca69f268a224bbc7cbb8dbf1205103910a5b7 --- themes/widgets/panes.edc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/widgets/panes.edc b/themes/widgets/panes.edc index 3890905..5bb8beb 100644 --- a/themes/widgets/panes.edc +++ b/themes/widgets/panes.edc @@ -108,6 +108,7 @@ { state: "default" 0.0; align: 0.0 0.5; + fixed: 1 1; rel1.to: "whole_left"; rel2.to: "whole_left"; } @@ -146,6 +147,7 @@ { state: "default" 0.0; align: 1.0 0.5; + fixed: 1 1; rel1.to: "whole_right"; rel2.to: "whole_right"; } @@ -593,6 +595,7 @@ { state: "default" 0.0; align: 0.5 0.0; + fixed: 1 1; rel1.to: "whole_left"; rel2.to: "whole_left"; } @@ -624,6 +627,7 @@ { state: "default" 0.0; align: 0.5 1.0; + fixed: 1 1; rel1.to: "whole_right"; rel2.to: "whole_right"; } -- 2.7.4