From f0d9aa77c2d6d6a85e73712236acfa62efbc344f Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Thu, 31 Jan 2019 09:43:31 +0100 Subject: [PATCH] Make account button non-fixed-width CURA-6132 --- resources/qml/Account/UserOperations.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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