[Panes]: expansion issue fix in horizontal mode as well
authorshilpa singh <shilpa.singh@samsung.com>
Mon, 1 Jul 2013 05:53:31 +0000 (11:23 +0530)
committerSungho Kwak <sungho1.kwak@samsung.com>
Thu, 4 Jul 2013 06:52:27 +0000 (15:52 +0900)
Change-Id: I974ca69f268a224bbc7cbb8dbf1205103910a5b7

themes/widgets/panes.edc

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