fix(StatusModal): Remove self-calculating height

Based on Qt docs `contentItem` must have `implicit` sizes.
link to rules: https://doc.qt.io/qt-5/qml-qtquick-controls2-popup.html#popup-sizing
This commit is contained in:
B.Melnik 2021-09-06 12:01:44 +03:00 committed by Michał Cieślak
parent faea959d63
commit 756bc6a1dc
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ QC.Popup {
parent: QC.Overlay.overlay
width: 480
implicitHeight: contentItem.implicitHeight + headerImpl.implicitHeight + footerImpl.implicitHeight
topPadding: headerImpl.implicitHeight
bottomPadding: footerImpl.implicitHeight