Browse Source

Merge pull request #10190 from Ultimaker/CURA-8437_Wrap_text_in_license_window

CURA-8437: Wrap the text in the license window
Jelle Spijker 3 years ago
parent
commit
6a9760060d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/qml/Widgets/ScrollableTextArea.qml

+ 1 - 0
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
     }
 }