Skip to content

PromptDialog: fix buttons overflow

Han Young requested to merge work/hany/fix_promptdialog_overflow into master

PromptDialog uses fixed implicit width, which causes buttons to overflow. Stop re-setting implicit width in PromptDialog, and rely on the calculated implicit width from Kirigami.Dialog.

Before: Screenshot_20240803_144453

After: Screenshot_20240803_144331

Merge request reports

Loading