From 4a1003f2d4d40512f3f64e1b6d65f27edb6a62c0 Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ Date: Fri, 31 Mar 2023 11:29:05 +0800 Subject: Actions/MenuItems part is replaced by ListView Later Menu should be replaced by Popup, since the cart is not supposed to be a menu anyway. It's more of a popup. --- Header/CartItem.ui.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Header') diff --git a/Header/CartItem.ui.qml b/Header/CartItem.ui.qml index 83600a5..210254a 100644 --- a/Header/CartItem.ui.qml +++ b/Header/CartItem.ui.qml @@ -22,7 +22,8 @@ ColumnLayout { } RowLayout { - Layout.margins: 16 + Layout.leftMargin: 16 + Layout.rightMargin: 16 Image { Layout.alignment: Qt.AlignTop -- cgit v1.3