mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 20:19:13 +08:00
Change label text to not contain a new line character
CURA-8094
This commit is contained in:
parent
18c0510727
commit
e55e157925
@ -20,6 +20,7 @@ Item
|
|||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
spacing: UM.Theme.getSize("thick_margin").height
|
spacing: UM.Theme.getSize("thick_margin").height
|
||||||
|
width:parent.width
|
||||||
|
|
||||||
|
|
||||||
// Filler item
|
// Filler item
|
||||||
@ -63,7 +64,9 @@ Item
|
|||||||
id: textLabel
|
id: textLabel
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
text: catalog.i18nc("@text", "Please follow these steps to set up Ultimaker Cura.\nThis will only take a few moments.")
|
width: titleLabel.width + 2 * UM.Theme.getSize("thick_margin").width
|
||||||
|
text: catalog.i18nc("@text", "Please follow these steps to set up Ultimaker Cura. This will only take a few moments.")
|
||||||
|
wrapMode: Text.Wrap
|
||||||
font: UM.Theme.getFont("medium")
|
font: UM.Theme.getFont("medium")
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("text")
|
||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
|
Loading…
x
Reference in New Issue
Block a user