This bottom padding while doing text generation is no longer necessary with the tray.

Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
Adam Treat 2024-06-30 23:26:04 -04:00
parent 56834a28cb
commit d62ea317dd

View File

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