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 )