https://bugs.kde.org/show_bug.cgi?id=493581
Akseli Lahtinen <akse...@akselmo.dev> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|REPORTED |CONFIRMED --- Comment #4 from Akseli Lahtinen <akse...@akselmo.dev> --- (In reply to Plata from comment #2) > It works as expected if the subtitle is known at creation time. > > Minimal example to reproduce the problem: > ```qml > Kirigami.PromptDialog { > id: textPromptDialog > title: "Title" > subtitle: "empty" > Component.onCompleted: { > subtitle = "A long subtitle which should change the width of the > PromptDialog" > } > } > ``` Thanks, i could repro it now! -- You are receiving this mail because: You are watching all bug changes.