Make account button non-fixed-width

CURA-6132
This commit is contained in:
Lipu Fei 2019-01-31 09:43:31 +01:00
parent dcf9ce56e4
commit f0d9aa77c2

View file

@ -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