raster pushed a commit to branch feature/themes/flat. http://git.enlightenment.org/core/efl.git/commit/?id=e9325d3dac4672759d7f921cb2c82eee7d788ca7
commit e9325d3dac4672759d7f921cb2c82eee7d788ca7 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Thu Jan 16 16:40:26 2020 +0000 TH - fix toolbar item properly --- data/elementary/themes/edc/elm/toolbar.edc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/data/elementary/themes/edc/elm/toolbar.edc b/data/elementary/themes/edc/elm/toolbar.edc index 070eaa881d..7512b2971d 100644 --- a/data/elementary/themes/edc/elm/toolbar.edc +++ b/data/elementary/themes/edc/elm/toolbar.edc @@ -425,7 +425,7 @@ group { name: "elm/toolbar/item/default"; visible: 1; } } - + part { name: "icon_clip"; type: RECT; description { state: "default" 0.0; } @@ -456,15 +456,16 @@ group { name: "elm/toolbar/item/default"; } } desc { "noicon"; inherit; - rel.to: "elm.swallow.icon"; + rel.to: "elm.swallow.icon_new"; text { min: 0 0; ellipsis: -1; text: SPACER_TEXT; } + fixed: 1 1; } desc { "icononly"; inherit; - rel.to: "elm.swallow.icon"; + rel.to: "elm.swallow.icon_new"; text { min: 1 1; ellipsis: -1; --
