mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-24 05:21:58 +00:00
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:
parent
faea959d63
commit
756bc6a1dc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user