From 065ec535b92e79788529559fac20065984e568b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Sun, 29 Sep 2024 18:50:59 -1000 Subject: [PATCH] Enable clipping on the `SilicaListView` This avoids overflowing OPT items to be drawn under the progress bar --- qml/pages/MainView.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/qml/pages/MainView.qml b/qml/pages/MainView.qml index 81d9150..035538b 100644 --- a/qml/pages/MainView.qml +++ b/qml/pages/MainView.qml @@ -109,6 +109,7 @@ Page { model: appWin.listModel height: parent.height - updateProgress.height - searchField.height width: parent.width + clip: true PullDownMenu { MenuItem {