mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
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:
parent
3ca8ba421a
commit
129c1ab3d4
9 changed files with 0 additions and 25 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue