mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-01 16:24:41 +08:00
Fix QML typo
CURA-7290
This commit is contained in:
parent
e6639eb8eb
commit
b6b6a39989
@ -9,7 +9,7 @@ import Cura 1.1 as Cura
|
|||||||
|
|
||||||
Column
|
Column
|
||||||
{
|
{
|
||||||
width: Match.max(
|
width: Math.max(
|
||||||
Math.max(title.width, accountButton.width) + 2 * UM.Theme.getSize("default_margin").width,
|
Math.max(title.width, accountButton.width) + 2 * UM.Theme.getSize("default_margin").width,
|
||||||
syncRow.width
|
syncRow.width
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user