From ca5d60fd3b3ffed34c6b0ab0e00e780b2899223b Mon Sep 17 00:00:00 2001 From: Konstantinos Karmas Date: Mon, 26 Jul 2021 14:08:27 +0200 Subject: [PATCH] Wrap the text in the license window CURA-8437 --- resources/qml/Widgets/ScrollableTextArea.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/qml/Widgets/ScrollableTextArea.qml b/resources/qml/Widgets/ScrollableTextArea.qml index 86dcad8112..6becf75cb1 100644 --- a/resources/qml/Widgets/ScrollableTextArea.qml +++ b/resources/qml/Widgets/ScrollableTextArea.qml @@ -34,6 +34,7 @@ ScrollView color: UM.Theme.getColor("text") textFormat: TextEdit.PlainText renderType: Text.NativeRendering + wrapMode: Text.Wrap selectByMouse: true } }