diff options
-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" |