raster pushed a commit to branch feature/themes/flat. http://git.enlightenment.org/core/efl.git/commit/?id=882d0398a2564cb0b32051d9db680630cd06bfd3
commit 882d0398a2564cb0b32051d9db680630cd06bfd3 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Thu Apr 16 10:26:35 2020 +0100 TH - toolbar - avoid text shifting on click if it has no icon --- data/elementary/themes/edc/elm/toolbar.edc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/data/elementary/themes/edc/elm/toolbar.edc b/data/elementary/themes/edc/elm/toolbar.edc index 8162a82978..b9ca677492 100644 --- a/data/elementary/themes/edc/elm/toolbar.edc +++ b/data/elementary/themes/edc/elm/toolbar.edc @@ -1023,11 +1023,6 @@ group { name: "elm/toolbar/item/item_horizontal"; } description { state: "noicon" 0.0; inherit: "default" 0.0; - rel1.offset: 4 -5; - rel2.offset: -5 -5; - rel1.relative: 0.0 0.0; - align: 0.0 0.5; - text.align: 0.0 0.5; } description { state: "noicon_disabled" 0.0; inherit: "noicon" 0.0; --
