diff --git a/ui/shared/ModalPopup.qml b/ui/shared/ModalPopup.qml index d001d47cc1..f641474b87 100644 --- a/ui/shared/ModalPopup.qml +++ b/ui/shared/ModalPopup.qml @@ -126,7 +126,7 @@ Popup { Separator { id: separator2 - visible: footerContent.visible + visible: footerContent.visible && footerContent.height > 0 anchors.bottom: footerContent.top anchors.bottomMargin: visible ? Style.current.padding : 0 }