Fix size of signed out account screen

CURA-8940
This commit is contained in:
Jaime van Kessel 2022-02-21 15:27:27 +01:00
parent d88f7d4267
commit ba6c0438a1

View File

@ -16,7 +16,7 @@ Column
{
id: title
anchors.horizontalCenter: parent.horizontalCenter
text: catalog.i18nc("@label", "Sign in to the Ultimaker platform")
text: catalog.i18nc("@label", "Sign in to the Ultimaker platform")
font: UM.Theme.getFont("large_bold")
}
@ -38,6 +38,7 @@ Column
horizontalAlignment: Text.AlignLeft
text: catalog.i18nc("@text", "- Add material profiles and plug-ins from the Marketplace\n- Back-up and sync your material profiles and plug-ins\n- Share ideas and get help from 48,000+ users in the Ultimaker community")
lineHeight: 1.4
wrapMode: Text.NoWrap
}
Cura.PrimaryButton