mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 05:37:50 -06:00
Fix QML typo
CURA-7290
This commit is contained in:
parent
e6639eb8eb
commit
b6b6a39989
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue