This bottom padding while doing text generation is no longer necessary with the tray. (#2495)

Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
AT 2024-06-30 23:27:30 -04:00 committed by GitHub
parent 56834a28cb
commit 36e5803893
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1328,7 +1328,7 @@ Rectangle {
footer: Item {
id: bottomPadding
width: parent.width
height: 60
height: 0
}
}
}