Revert "[Panes]: panes widget expands the parent, when a content with min size"
authorTae-Hwan Kim <the81.kim@samsung.com>
Sun, 30 Jun 2013 08:12:45 +0000 (17:12 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Mon, 1 Jul 2013 08:12:40 +0000 (17:12 +0900)
This reverts commit 83df092e232ed3a146037932fe6e9c695b050978.

themes/widgets/panes.edc

index 98cff0b..3890905 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: 1 0;
+               fixed: 0 1;
+               align: 1.0 0.5;
                rel1.relative: 0.0 0.5;
                rel2.relative: 1.0 0.5;
                color: 0 0 0 0;