https://bugs.kde.org/show_bug.cgi?id=493581
Akseli Lahtinen <akse...@akselmo.dev> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit|https://invent.kde.org/fram |https://invent.kde.org/fram |eworks/kirigami/-/commit/e2 |eworks/kirigami/-/commit/69 |c12d3b97709d21bf8b5e1e13ed2 |2a35c76a28879d0421e1a7dd500 |33d2a66983b |6c9a6df210e Resolution|--- |FIXED --- Comment #11 from Akseli Lahtinen <akse...@akselmo.dev> --- Git commit 692a35c76a28879d0421e1a7dd5006c9a6df210e by Akseli Lahtinen. Committed on 03/10/2024 at 12:47. Pushed by akselmo into branch 'master'. PromptDialog: Port to SelectableText SelectableLabel does not resize correctly due to using TextArea, if the text inside the dialog is dynamically changed. This is because TextArea disables resizing the implicitSizes after initialization. Use the new SelectableText item instead, which works with dynamic resizing. M +1 -1 src/dialogs/PromptDialog.qml https://invent.kde.org/frameworks/kirigami/-/commit/692a35c76a28879d0421e1a7dd5006c9a6df210e -- You are receiving this mail because: You are watching all bug changes.