mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Do not reserve height for manual sync button
CURA-7290
This commit is contained in:
parent
59b40c72f0
commit
e6639eb8eb
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue