Skip to content

[ExpandableListItem] use standard button sizes

The sizes of the context buttons on the list item were being overridden for no clear reason. Let's stop doing that so that the button sizes are consistent with other PC3 button sizes.

Before:

Before

After, with just this patch:

After_with_just_this_patch

After, with this patch plus https://invent.kde.org/frameworks/plasma-framework/-/merge_requests/20:

After_final

So we probably don't want to merge this until after https://invent.kde.org/frameworks/plasma-framework/-/merge_requests/20 has landed.

cc @teams/vdg

Merge request reports