Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2019-05-01 15:13:10 +0300
committerGhostkeeper <rubend@tutanota.com>2019-05-01 15:13:10 +0300
commit15fae58d9bc15a3aed3fe81793a94db189a778ca (patch)
tree136774d36f6ca2d0b038f18547aeac92942011f0 /plugins/SliceInfoPlugin
parent7258ad8dc2425c761eb6ce039dbbced83e0413fb (diff)
Use text wrapping so it's scrollable in Qt 5.12
I don't know if it's really in Qt 5.12 or maybe it's the Ubuntu implementation or whatever. But this works for me now. Contributes to issue CURA-6434.
Diffstat (limited to 'plugins/SliceInfoPlugin')
-rw-r--r--plugins/SliceInfoPlugin/MoreInfoWindow.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/SliceInfoPlugin/MoreInfoWindow.qml b/plugins/SliceInfoPlugin/MoreInfoWindow.qml
index 51cad2394d..f19e2cce19 100644
--- a/plugins/SliceInfoPlugin/MoreInfoWindow.qml
+++ b/plugins/SliceInfoPlugin/MoreInfoWindow.qml
@@ -90,6 +90,7 @@ Window
textArea.text: manager.getExampleData()
textArea.textFormat: Text.RichText
+ textArea.wrapMode: Text.Wrap
textArea.readOnly: true
}
}