https://bugs.kde.org/show_bug.cgi?id=493581

--- Comment #2 from Plata <plata.h...@kdemail.net> ---
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"
        }
    }
```

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to