From 8945d2db9084ed0416ee4ab7b086a8adcf93fc82 Mon Sep 17 00:00:00 2001 From: Rajeev Ranjan Date: Tue, 18 Jun 2013 21:00:26 +0900 Subject: [PATCH] [Panes] Set the alignment of contents in such a way that in case their min size is more, they don't move beyond panes and just gets clipped off. Change-Id: Idb3148da33c3d010c0573e57d906a98f3402cc00 --- themes/widgets/panes.edc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/widgets/panes.edc b/themes/widgets/panes.edc index bc03a09..3890905 100644 --- a/themes/widgets/panes.edc +++ b/themes/widgets/panes.edc @@ -107,6 +107,7 @@ description { state: "default" 0.0; + align: 0.0 0.5; rel1.to: "whole_left"; rel2.to: "whole_left"; } @@ -144,6 +145,7 @@ description { state: "default" 0.0; + align: 1.0 0.5; rel1.to: "whole_right"; rel2.to: "whole_right"; } @@ -590,6 +592,7 @@ description { state: "default" 0.0; + align: 0.5 0.0; rel1.to: "whole_left"; rel2.to: "whole_left"; } @@ -620,6 +623,7 @@ description { state: "default" 0.0; + align: 0.5 1.0; rel1.to: "whole_right"; rel2.to: "whole_right"; } -- 2.7.4