Fix QML typo

CURA-7290
This commit is contained in:
Nino van Hooff 2020-05-14 15:13:57 +02:00
parent e6639eb8eb
commit b6b6a39989

View File

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