fix(StatusModalHeader): ensure header has enough height for children

Closes #185
This commit is contained in:
Pascal Precht 2021-06-24 13:49:38 +02:00 committed by Michał Cieślak
parent 5e127c7194
commit 4d595221eb
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ Rectangle {
signal editButtonClicked
signal close
implicitHeight: imageWithTitle.implicitHeight + 32
implicitHeight: Math.max(closeButton.height, imageWithTitle.implicitHeight) + 32
implicitWidth: 480
radius: 16