Skip to content

Fix size of toolbuttons

David Redondo requested to merge work/davidre/toolbuttonsize into master

QtWidgets QToolButtons use PM_ButtonIconSize by default, the toolbar icon size comes from the QToolbar. Unconditionally using it results in bigger than expected non-flat buttons. A common example for that is using Kirigami.ActionToolbar for its layouting capabilities with flat: false like in InlineMessage or now in the kcms.

Merge request reports