mirror of
https://github.com/seiichiro0185/sailotp.git
synced 2024-11-14 21: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:
parent
3a7c2d83f5
commit
065ec535b9
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ Page {
|
||||||
model: appWin.listModel
|
model: appWin.listModel
|
||||||
height: parent.height - updateProgress.height - searchField.height
|
height: parent.height - updateProgress.height - searchField.height
|
||||||
width: parent.width
|
width: parent.width
|
||||||
|
clip: true
|
||||||
|
|
||||||
PullDownMenu {
|
PullDownMenu {
|
||||||
MenuItem {
|
MenuItem {
|
||||||
|
|
Loading…
Reference in a new issue