hermet pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=fa1586f27388c0727b9ecf70840bf99b935d697d

commit fa1586f27388c0727b9ecf70840bf99b935d697d
Author: ChunEon Park <[email protected]>
Date:   Mon Aug 11 21:38:38 2014 +0900

    panes: add fixed error message.
    
    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 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/data/themes/edc/elm/panes.edc b/data/themes/edc/elm/panes.edc
index 84aa3b4..56d65e0 100644
--- a/data/themes/edc/elm/panes.edc
+++ b/data/themes/edc/elm/panes.edc
@@ -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;

-- 


Reply via email to