mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-28 05:11:04 -07:00
Implement word wrapping for introductory text
Contributes to issue CURA-8609.
This commit is contained in:
parent
e56076af08
commit
6b0e221b73
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue