Skip to content

PromptDialog: Set preferredWidth only if using the default label item

Jakob Petsovits requested to merge work/jpetso/promptdialog-preferred-width into master

If the user provides their own mainItem, sizing should be based on its implicitWidth as opposed to the fixed multiple of spacing units. Otherwise a wider item can easily get cut off.

Merge request reports