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.
This commit is contained in:
Jean-Philippe Andre 2014-05-13 16:12:22 +09:00
parent 7e6799db44
commit 7371dbe60b
1 changed files with 1 additions and 1 deletions

View 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";