From cb034feaabb6eafc81b5fe8d2353fcb8400c6a96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Thu, 10 Aug 2023 21:38:30 +0800 Subject: Cart body has static height, but scrollable --- Header.ui.qml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Header.ui.qml b/Header.ui.qml index c5f98e6..d1c723a 100644 --- a/Header.ui.qml +++ b/Header.ui.qml @@ -147,10 +147,15 @@ ToolBar { bottomPadding: 25.6 } + Loader { + sourceComponent: menuSeparator + } + ListView { id: cartItems - interactive: false - implicitHeight: count * 120 + interactive: true + clip: true + implicitHeight: 236.5 model: ListModel { ListElement { image: "https://eduport.webestica.com/assets/images/book/02.jpg" -- cgit v1.2.3