panes: add fixed error message.
authorChunEon Park <hermet@hermet.pe.kr>
Mon, 11 Aug 2014 12:38:38 +0000 (21:38 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Mon, 11 Aug 2014 12:42:03 +0000 (21:42 +0900)
Draggable area could be zero size if user set the panes content size
with elm_panes_xxx_size_set().

In this case, it prints fixed messages.

now, it's gone and i tested with various cases for any side effects.

data/themes/edc/elm/panes.edc

index 84aa3b4ecedb6761e2507f69245e6288e8b694bf..56d65e0d2914378e089098c4bfe51ddc66366059 100644 (file)
@@ -298,6 +298,7 @@ group { name: "elm/panes/vertical/flush";
          description { state: "default" 0.0;
             rel2.to_x: "elm.bar";
             rel2.relative: 1.0 1.0;
+            fixed: 1 0;
          }
       }
       part { name: "elm.swallow.right"; type: SWALLOW;
@@ -305,6 +306,7 @@ group { name: "elm/panes/vertical/flush";
          description { state: "default" 0.0;
             rel1.to_x: "elm.bar";
             rel1.relative: 0.0 0.0;
+            fixed: 1 0;
          }
       }
       part { name: "elm.bar"; type: SPACER;
@@ -510,6 +512,7 @@ group { name: "elm/panes/horizontal/flush";
          description { state: "default" 0.0;
             rel2.to_y: "elm.bar";
             rel2.relative: 1.0 1.0;
+            fixed: 0 1;
          }
       }
       part { name: "elm.swallow.right"; type: SWALLOW;
@@ -517,6 +520,7 @@ group { name: "elm/panes/horizontal/flush";
          description { state: "default" 0.0;
             rel1.to_y: "elm.bar";
             rel1.relative: 0.0 0.0;
+            fixed: 0 1;
          }
       }
       part { name: "elm.bar"; type: SPACER;