Skip to content

Button & ToolButton: Match qqc2-desktop-style behavior

Devin Lin requested to merge work/devinlin/button-behavior into master

Match the dimensions roughly with qqc2-desktop-style buttons.

There is a special property in qqc2-desktop-style Buttons, where they have a minimum width if there is text in them. We implement this property here as well, since dialogs otherwise look kind of strange.

qqc2-breeze-style before:

image

image

qqc2-breeze-style after:

image

image

qqc2-desktop-style:

image

image

Merge request reports