jpeg pushed a commit to branch master.

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

commit bb2b204ae77c534ac90dd215446c9d1056240574
Author: Jean-Philippe Andre <[email protected]>
Date:   Tue May 13 16:12:22 2014 +0900

    edc: Fix E titlebars after text padding changes
    
    See EFL 5bf1f0c9187525cf40782b26d7fa49d2676f91bb:
    
      edje_calc: Don't add padding twice to text objects
    
      Text objects declared in Edje will see their padding added twice,
      as the Evas_Object_Text itself contains the padding already.
    
      This WILL break some EDC files. It's a bug nonetheless.
---
 data/themes/edc/border.edc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/themes/edc/border.edc b/data/themes/edc/border.edc
index 838f419..5d0ca5e 100644
--- a/data/themes/edc/border.edc
+++ b/data/themes/edc/border.edc
@@ -81,7 +81,7 @@ group { name: "e/widgets/border/default/border";
          description { state: "default" 0.0;
             image.normal: "vgrad_med_lighter.png";
             rel2.to_y: "title2";
-            rel2.offset: -1 -4;
+            rel2.offset: -1 0;
             fill.smooth: 0;
             TILED_HORIZ(120)
             color_class: "border_frame";

-- 


Reply via email to