Skip to content

Draft: Dialog: Fix horizontal scroll when content implicit width is too wide

ivan tkachenko requested to merge work/ratijas/dialog-formlayout into kf5

Not sure how much regressions this thing would cause. For example, in the SDDM KCM, if ported away from OverlaySheet to PromptDialog, content stops respecting dialog's preferred width (which does not happen without this patch). So, some better integration with explicitly set preferred width is needed.

Merge request reports