mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 08:49:03 +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")
|
||||
renderType: Text.NativeRendering
|
||||
visible: Cura.API.account.manualSyncEnabled
|
||||
height: visible ? accountSyncButton.intrinsicHeight : 0
|
||||
|
||||
MouseArea
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user