mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-23 22:29:41 +08:00
Fix size of signed out account screen
CURA-8940
This commit is contained in:
parent
d88f7d4267
commit
ba6c0438a1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user