Fix welcome page buttons text not fitting

On some operating systems the text would not fit due to different font rendering. Also, after translation, it probably wouldn't fit either.
Usually we have the button size adjusting to the text inside it. The design didn't do this, either because it was too difficult to do in Zeplin, because the designer was lazy, or because the designer didn't know that this was the normal style in the rest of Cura. And the programmer took that over literally.

Contributes to issue CURA-6057.
This commit is contained in:
Ghostkeeper 2019-03-29 13:32:05 +01:00
parent 3ca8ba421a
commit 129c1ab3d4
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276
9 changed files with 0 additions and 25 deletions

View file

@ -125,8 +125,6 @@ Item
}
text: catalog.i18nc("@button", "Next")
width: UM.Theme.getSize("welcome_pages_button").width
fixedWidthMode: true
onClicked:
{
// Create a network printer or a local printer according to the selection