Change the Back button to be a secondary button

Change also some texts in the More information dialog and the font type of one of the titles in the first use flow

Contributes to CURA-6483.
This commit is contained in:
Diego Prado Gesto 2019-05-02 15:38:19 +02:00
parent 85822d6e73
commit 5b9c4e402e
3 changed files with 5 additions and 5 deletions

View file

@ -321,7 +321,7 @@ Item
}
}
Cura.PrimaryButton
Cura.SecondaryButton
{
id: backButton
anchors.left: parent.left

View file

@ -35,7 +35,7 @@ Item
horizontalAlignment: Text.AlignHCenter
text: catalog.i18nc("@label", "Ultimaker Cloud")
color: UM.Theme.getColor("primary_button")
font: UM.Theme.getFont("large_bold")
font: UM.Theme.getFont("huge")
renderType: Text.NativeRendering
}