mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Make account button non-fixed-width
CURA-6132
This commit is contained in:
parent
dcf9ce56e4
commit
f0d9aa77c2
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ Column
|
|||
height: UM.Theme.getSize("account_button").height
|
||||
text: catalog.i18nc("@button", "Ultimaker account")
|
||||
onClicked: Qt.openUrlExternally(CuraApplication.ultimakerCloudAccountRootUrl)
|
||||
fixedWidthMode: true
|
||||
fixedWidthMode: false
|
||||
}
|
||||
|
||||
Label
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue