hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=5d8d5e24938faee67daa89434c400e420a077022

commit 5d8d5e24938faee67daa89434c400e420a077022
Author: ChunEon Park <her...@hermet.pe.kr>
Date:   Mon Feb 10 22:49:56 2014 +0900

    statusbar - realign text and their display area.
---
 data/themes/default/layout.edc | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/data/themes/default/layout.edc b/data/themes/default/layout.edc
index 6cf142a..7821d52 100644
--- a/data/themes/default/layout.edc
+++ b/data/themes/default/layout.edc
@@ -1,6 +1,6 @@
 styles {
      style { name: "entry_statusbar_style";
-        base: "font="FN" font_size=11 text_class=entry color=#ffffff 
style=shadow,bottom shadow_color=#00000080 glow_color=#3399ff18 valign=0.5 
ellipsis=1.0 wrap=none";
+        base: "font="FN" font_size=11 text_class=entry color=#ffffff 
style=shadow,bottom shadow_color=#00000080 glow_color=#3399ff18 valign=1 
ellipsis=1.0 wrap=none";
      }
 }
 
@@ -139,10 +139,12 @@ group { name: "statusbar_layout";
          scale: 1;
          clip_to: "base_clip";
          description {
+            rel1.to: "base_clip";
+            rel2.to: "base_clip";
             rel2.relative: 0.0 1.0;
             align: 0 0.5;
             min: 120 14;
-            fixed: 1 1;
+            fixed: 1 0;
             rel1.offset: 0 -2;
             rel2.offset: -1 -3;
             text.style: "entry_statusbar_style";
@@ -157,8 +159,8 @@ group { name: "statusbar_layout";
             rel1.relative: 1 0.0;
             rel2.to: "elm.text.view_size";
             rel2.relative: 1 1.0;
-            min: 180 14;
-            fixed: 1 1;
+            min: 200 14;
+            fixed: 1 0;
             align: 0 0.5;
             text.style: "entry_statusbar_style";
          }
@@ -174,7 +176,7 @@ group { name: "statusbar_layout";
             rel2.relative: 0 1.0;
             min: 180 14;
             align: 1 0.5;
-            fixed: 1 1;
+            fixed: 1 0;
             text.style: "entry_statusbar_style";
          }
       }
@@ -189,7 +191,7 @@ group { name: "statusbar_layout";
             rel2.relative: 1 1.0;
             min: 3 14;
             align: 0 0.5;
-            fixed: 1 1;
+            fixed: 1 0;
             text.style: "entry_statusbar_style";
             text.text: "]";
          }
@@ -204,7 +206,7 @@ group { name: "statusbar_layout";
             rel2.offset: -1 -3;
             align: 1 0.5;
             min: 100 14;
-            fixed: 1 1;
+            fixed: 1 0;
             text.style: "entry_statusbar_style";
          }
       }

-- 


Reply via email to