mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 06:19:02 +08:00
Do not reserve height for manual sync button
CURA-7290
This commit is contained in:
parent
59b40c72f0
commit
e6639eb8eb
@ -64,6 +64,7 @@ Row // sync state icon + message
|
|||||||
font: UM.Theme.getFont("medium")
|
font: UM.Theme.getFont("medium")
|
||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
visible: Cura.API.account.manualSyncEnabled
|
visible: Cura.API.account.manualSyncEnabled
|
||||||
|
height: visible ? accountSyncButton.intrinsicHeight : 0
|
||||||
|
|
||||||
MouseArea
|
MouseArea
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user