1
0
Fork 0
mirror of https://github.com/seiichiro0185/sailotp.git synced 2024-11-14 13:16:42 +00:00

Enable clipping on the SilicaListView

This avoids overflowing OPT items to be drawn under the progress bar
This commit is contained in:
Romain Tartière 2024-09-29 18:50:59 -10:00
parent 3a7c2d83f5
commit 065ec535b9
No known key found for this signature in database
GPG key ID: BA4D1D955112336F

View file

@ -109,6 +109,7 @@ Page {
model: appWin.listModel
height: parent.height - updateProgress.height - searchField.height
width: parent.width
clip: true
PullDownMenu {
MenuItem {