Simplify message delegate size calculation a bit

This commit is contained in:
Nicolas Werner 2021-08-21 03:13:02 +02:00
parent 5416988057
commit 327a889ad5
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ Item {
required property int encryptionError
required property int relatedEventCacheBuster
height: chooser.childrenRect.height
height: chooser.child.height
DelegateChooser {
id: chooser