mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 08:15:55 +08:00
Remove unneeded width property
CURA-7418
This commit is contained in:
parent
6d86cbf03c
commit
d8d3f16c9f
@ -9,11 +9,6 @@ import Cura 1.1 as Cura
|
|||||||
|
|
||||||
Column
|
Column
|
||||||
{
|
{
|
||||||
width: Math.max(
|
|
||||||
Math.max(title.width, accountButton.width) + 2 * UM.Theme.getSize("default_margin").width,
|
|
||||||
syncRow.width
|
|
||||||
)
|
|
||||||
|
|
||||||
spacing: UM.Theme.getSize("default_margin").height
|
spacing: UM.Theme.getSize("default_margin").height
|
||||||
|
|
||||||
SystemPalette
|
SystemPalette
|
||||||
@ -32,7 +27,8 @@ Column
|
|||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("text")
|
||||||
}
|
}
|
||||||
|
|
||||||
SyncState {
|
SyncState
|
||||||
|
{
|
||||||
id: syncRow
|
id: syncRow
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -76,5 +72,4 @@ Column
|
|||||||
onExited: signOutButton.font.underline = false
|
onExited: signOutButton.font.underline = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user