rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=af72dd863cbcef527080fbbb0cfe573594788e2a

commit af72dd863cbcef527080fbbb0cfe573594788e2a
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Wed May 11 08:04:08 2016 +0300

    workspace.edc: move the toolbar to top of workspace
    
    Fixes T3614
    
    Change-Id: I1128c7027f11095f7aecbf51faafe03ff56baddd
---
 data/themes/default/widgets/layouts/workspace.edc | 24 +++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/data/themes/default/widgets/layouts/workspace.edc 
b/data/themes/default/widgets/layouts/workspace.edc
index c7094cd..f03e134 100644
--- a/data/themes/default/widgets/layouts/workspace.edc
+++ b/data/themes/default/widgets/layouts/workspace.edc
@@ -237,11 +237,9 @@ group { name: "elm/layout/workspace/toolbar";
          type: SPACER;
          scale: 1;
          description { state: "default" 0.0;
-            align: 0.5 1.0;
+            align: 0.5 0.0;
             max: -1 31;
-            rel2 {
-               offset: -4 -1;
-            }
+            rel2.offset: -4 -1;
          }
       }
       part { name: "elm.swallow.toolbar";
@@ -249,21 +247,23 @@ group { name: "elm/layout/workspace/toolbar";
          scale: 1;
          description { state: "default" 0.0;
             max: -1 19;
-            rel1 {
-               to: "area.toolbar";
-            }
-            rel2 {
-               to: "area.toolbar";
-            }
+            rel1.to: "area.toolbar";
+            rel2.to: "area.toolbar";
          }
       }
       part { name: "elm.swallow.content";
          type: SWALLOW;
          description { state: "default" 0.0;
-            rel2 {
+            fixed: 0 1;
+            rel1 {
+               relative: 0.0 1.0;
                to: "area.toolbar";
-               relative: 1.0 0.0;
             }
+            rel2 {
+               relative: 1.0 1.0;
+               to_x: "area.toolbar";
+            }
+
          }
       }
    }

-- 


Reply via email to