diff --git a/resources/qml/Account/UserOperations.qml b/resources/qml/Account/UserOperations.qml index 88a6d9d827..c9fb461696 100644 --- a/resources/qml/Account/UserOperations.qml +++ b/resources/qml/Account/UserOperations.qml @@ -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