[Panes]: panes widget expands the parent, when a content with min size
authorshilpa singh <shilpa.singh@samsung.com>
Thu, 27 Jun 2013 15:26:22 +0000 (20:56 +0530)
committerSungho Kwak <sungho1.kwak@samsung.com>
Mon, 1 Jul 2013 08:09:53 +0000 (17:09 +0900)
is reduced beyond min size and a new content added( as min
size of parent is increased) issue fixed.

Change-Id: I875889a25c5ed8bbad644029fe5e64b5485648b1

themes/widgets/panes.edc

index 3890905..98cff0b 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";
             }
             scale: 1;
             description { state: "default" 0.0;
                min: PANES_STYLE_DEFAULT_MOVABLE_SIZE_INC 999999;
-               fixed: 0 1;
-               align: 1.0 0.5;
+               fixed: 1 0;
                rel1.relative: 0.0 0.5;
                rel2.relative: 1.0 0.5;
                color: 0 0 0 0;