mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 15:37:27 -06:00
Correctly wrap text body
to prevent weird alignment in welcome pages CURA-8689
This commit is contained in:
parent
4381a97c85
commit
c8f51a6743
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,9 @@ Control
|
|||
{
|
||||
UM.Label
|
||||
{
|
||||
Layout.fillWidth: true
|
||||
text: catalog.i18nc("@label", "New Ultimaker printers can be connected to Digital Factory and monitored remotely.")
|
||||
wrapMode: Text.WordWrap
|
||||
}
|
||||
|
||||
RowLayout
|
||||
|
@ -84,7 +86,6 @@ Control
|
|||
iconSource: UM.Theme.getIcon("LinkExternal")
|
||||
isIconOnRightSide: true
|
||||
textFont: UM.Theme.getFont("small")
|
||||
fixedWidthMode: true
|
||||
onClicked: Qt.openUrlExternally("https://support.ultimaker.com/hc/en-us/articles/360012019239?utm_source=cura&utm_medium=software&utm_campaign=onboarding-add-printer")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue