summaryrefslogtreecommitdiff
path: root/Header
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-31 11:29:05 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-31 11:29:05 +0800
commit4a1003f2d4d40512f3f64e1b6d65f27edb6a62c0 (patch)
tree3e8b29a13687eae9773cab63624381a9cb7c0038 /Header
parentf65528b4389488e3bdf63d2efd3f3bfbb0217e60 (diff)
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.
Diffstat (limited to 'Header')
-rw-r--r--Header/CartItem.ui.qml3
1 files changed, 2 insertions, 1 deletions
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