mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-22 10:21:39 -07: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
|
height: UM.Theme.getSize("account_button").height
|
||||||
text: catalog.i18nc("@button", "Ultimaker account")
|
text: catalog.i18nc("@button", "Ultimaker account")
|
||||||
onClicked: Qt.openUrlExternally(CuraApplication.ultimakerCloudAccountRootUrl)
|
onClicked: Qt.openUrlExternally(CuraApplication.ultimakerCloudAccountRootUrl)
|
||||||
fixedWidthMode: true
|
fixedWidthMode: false
|
||||||
}
|
}
|
||||||
|
|
||||||
Label
|
Label
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue