From cb034feaabb6eafc81b5fe8d2353fcb8400c6a96 Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ 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.3