From 5492e67496c6456b896c290acfdb6acc9eeb9d7f Mon Sep 17 00:00:00 2001 From: Marius Kittler Date: Mon, 21 Jan 2019 18:15:44 +0100 Subject: [PATCH] Quick GUI: Enable wrapping in details dialog --- qml/main.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qml/main.qml b/qml/main.qml index c15c9f7..18f9291 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -243,6 +243,8 @@ Kirigami.ApplicationWindow { id: fileSummaryLabel text: "No file summary available" textFormat: Text.RichText + wrapMode: Text.Wrap + width: fileSummaryDialog.availableWidth } function show() {