Skip to content

GlobalDrawerActionItem: Use consistent spacing between icon and label, and left padding

Devin Lin requested to merge work/devinlin/globaldraweractionitem into master

The spacing between icons and labels in sidebar delegates has always felt a bit too small for me. This MR explicitly sets the spacing between row elements in the delegate to match the left padding.

Before:

After:

Merge request reports