edc: Fix E titlebars after text padding changes
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 13 May 2014 07:12:22 +0000 (16:12 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Wed, 14 May 2014 06:04:05 +0000 (15:04 +0900)
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

index 838f419..5d0ca5e 100644 (file)
@@ -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";