Implement word wrapping for introductory text

Contributes to issue CURA-8609.
This commit is contained in:
Ghostkeeper 2021-10-04 18:13:12 +02:00
parent e56076af08
commit 6b0e221b73
No known key found for this signature in database
GPG Key ID: D2A8871EE34EC59A

View File

@ -44,6 +44,8 @@ Window
text: catalog.i18nc("@text", "Following a few simple steps, you will be able to synchronize all your material profiles with your printers.") text: catalog.i18nc("@text", "Following a few simple steps, you will be able to synchronize all your material profiles with your printers.")
font: UM.Theme.getFont("medium") font: UM.Theme.getFont("medium")
color: UM.Theme.getColor("text") color: UM.Theme.getColor("text")
wrapMode: Text.WordWrap
width: parent.width - parent.anchors.margins * 2
} }
Row Row
{ {