[Panes] Set the alignment of contents in such a way that in case their
authorRajeev Ranjan <rajeev.r@samsung.com>
Tue, 18 Jun 2013 12:00:26 +0000 (21:00 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Thu, 27 Jun 2013 04:26:07 +0000 (13:26 +0900)
min size is more, they don't move beyond panes and just gets clipped
off.

Change-Id: Idb3148da33c3d010c0573e57d906a98f3402cc00

themes/widgets/panes.edc

index bc03a09..3890905 100644 (file)
             description
             {
                state: "default" 0.0;
+               align: 0.0 0.5;
                rel1.to: "whole_left";
                rel2.to: "whole_left";
             }
             description
             {
                state: "default" 0.0;
+               align: 1.0 0.5;
                rel1.to: "whole_right";
                rel2.to: "whole_right";
             }
             description
             {
                state: "default" 0.0;
+               align: 0.5 0.0;
                rel1.to: "whole_left";
                rel2.to: "whole_left";
             }
             description
             {
                state: "default" 0.0;
+               align: 0.5 1.0;
                rel1.to: "whole_right";
                rel2.to: "whole_right";
             }