Skip to content

Fix left padding in ActionToolBar menus

Carl Schwan requested to merge work/menu-item-actiontoolbar-fix into master

Before: When an item in an ActionToolBar has an icon not in the overflow menu but in the visible portion of the ActionToolBar. The left padding is still added since the item is also in the menu but with visible: false.

Now: Only consider visible children when calculating the left padding space for icons

Merge request reports