mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Fix size of signed out account screen
CURA-8940
This commit is contained in:
parent
d88f7d4267
commit
ba6c0438a1
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue