mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 20:05:56 +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
|
id: title
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
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")
|
font: UM.Theme.getFont("large_bold")
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -38,6 +38,7 @@ Column
|
|||||||
horizontalAlignment: Text.AlignLeft
|
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")
|
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
|
lineHeight: 1.4
|
||||||
|
wrapMode: Text.NoWrap
|
||||||
}
|
}
|
||||||
|
|
||||||
Cura.PrimaryButton
|
Cura.PrimaryButton
|
||||||
|
Loading…
x
Reference in New Issue
Block a user