Quick GUI: Enable wrapping in details dialog

This commit is contained in:
Marius Kittler 2019-01-21 18:15:44 +01:00
parent 5d36b93b69
commit 5492e67496
1 changed files with 2 additions and 0 deletions

View File

@ -243,6 +243,8 @@ Kirigami.ApplicationWindow {
id: fileSummaryLabel
text: "No file summary available"
textFormat: Text.RichText
wrapMode: Text.Wrap
width: fileSummaryDialog.availableWidth
}
function show() {