From b6b6a3998946f9c8a24eecf4a9d1719f2c93f9ff Mon Sep 17 00:00:00 2001 From: Nino van Hooff Date: Thu, 14 May 2020 15:13:57 +0200 Subject: [PATCH] Fix QML typo CURA-7290 --- 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 7578f34623..c0f33c74cd 100644 --- a/resources/qml/Account/UserOperations.qml +++ b/resources/qml/Account/UserOperations.qml @@ -9,7 +9,7 @@ import Cura 1.1 as Cura Column { - width: Match.max( + width: Math.max( Math.max(title.width, accountButton.width) + 2 * UM.Theme.getSize("default_margin").width, syncRow.width )