Fix theming of back button in Marketplace

Give it a bit more space for if the translated text is wider, and if it is wider also align it properly with the arrow.

Contributes to issue CURA-6025.
This commit is contained in:
Ghostkeeper 2018-12-31 15:33:37 +01:00
parent 346c820959
commit 7ef8287e52
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276
3 changed files with 9 additions and 4 deletions

View file

@ -37,7 +37,7 @@ ScrollView
width: page.width
text: catalog.i18nc("@title:tab", "Plugins")
color: UM.Theme.getColor("text_medium")
font: UM.Theme.getFont("medium")
font: UM.Theme.getFont("large")
renderType: Text.NativeRendering
}
Rectangle