diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-08-10 21:38:30 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-08-10 21:38:30 +0800 |
commit | cb034feaabb6eafc81b5fe8d2353fcb8400c6a96 (patch) | |
tree | 336dc73a4d277932494274e0c5dd0afd9f0b25c2 | |
parent | d65f4fdfe92508c3b3b325b63c4b1d3b8dff5165 (diff) |
Cart body has static height, but scrollable
-rw-r--r-- | Header.ui.qml | 9 |
1 files 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" |