thanatermesis pushed a commit to branch enlightenment-0.17. http://git.enlightenment.org/core/enlightenment.git/commit/?id=dca8b85659dce116b5383765fa7a03926f507a8f
commit dca8b85659dce116b5383765fa7a03926f507a8f 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. (cherry picked from commit bb2b204ae77c534ac90dd215446c9d1056240574) Signed-off-by: Thanatermesis <[email protected]> --- 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 32ebf4e..1925791 100644 --- a/data/themes/edc/border.edc +++ b/data/themes/edc/border.edc @@ -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) } --
