diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-09 13:58:21 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-09 13:58:21 +0800 |
commit | bb2b5099075c07948146e385483e8e72c05b1f1f (patch) | |
tree | dac6e89ede4c309eb2d0100027cee9222bbd6fa7 | |
parent | d9d3b6fd0884c99ae5215dd692fb4c6919e6a10b (diff) |
Order summary is one column layout
-rw-r--r-- | Checkout.ui.qml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Checkout.ui.qml b/Checkout.ui.qml index 05a32ba..bc63acb 100644 --- a/Checkout.ui.qml +++ b/Checkout.ui.qml @@ -533,10 +533,7 @@ Flickable { } } } - } - ColumnLayout { - Layout.margins: 16 Item { Layout.fillWidth: true implicitHeight: priceLabel.implicitHeight |