Skip to content

gtkmodelbutton: Ensure that accel label is always aligned to end

Corey Berla requested to merge wip/corey/popover-accel into main

When the model button just has a text label and accel text, the button fills and the accel label is implicitly aigned to end. When there's also a icon, even though it's not shown (because icons are only shown if there's no text), the button doesn't fill and the accel ends up not aligned (assuming one of the other buttons is longer). Ensure that the accel label is aligned to the end.

Fixes: #5504 (closed)

Merge request reports