summaryrefslogtreecommitdiff
path: root/Checkout.ui.qml
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-09 13:57:35 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-09 13:57:35 +0800
commitd9d3b6fd0884c99ae5215dd692fb4c6919e6a10b (patch)
tree134e650427f70db59317a99c03b228cc6871a1f3 /Checkout.ui.qml
parent0fb8e3cd80de44dd99138aaf8a920c15cd726fc4 (diff)
Set checkout main content maximum width
when on wide screen
Diffstat (limited to 'Checkout.ui.qml')
-rw-r--r--Checkout.ui.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Checkout.ui.qml b/Checkout.ui.qml
index 7545610..05a32ba 100644
--- a/Checkout.ui.qml
+++ b/Checkout.ui.qml
@@ -34,6 +34,8 @@ Flickable {
Layout.fillWidth: true
ColumnLayout {
+ Layout.maximumWidth: body.width < 1200
+ ? body.width : body.width * 2 / 3
RowLayout {
id: alert