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.
(cherry picked from commit bb2b204ae77c534ac90dd215446c9d1056240574)

Signed-off-by: Thanatermesis <thanatermesis@gmail.com>
This commit is contained in:
Jean-Philippe Andre 2014-05-13 16:12:22 +09:00 committed by Thanatermesis
parent 0be0170b23
commit dca8b85659
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ group { name: "e/widgets/border/default/border";
color_class: "border_top";
image.normal: "vgrad_med_lighter.png";
rel2.to_y: "title2";
rel2.offset: -1 -4;
rel2.offset: -1 0;
fill.smooth: 0;
TILED_HORIZ(120)
}