diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-09 13:57:35 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-09 13:57:35 +0800 |
commit | d9d3b6fd0884c99ae5215dd692fb4c6919e6a10b (patch) | |
tree | 134e650427f70db59317a99c03b228cc6871a1f3 /Checkout.ui.qml | |
parent | 0fb8e3cd80de44dd99138aaf8a920c15cd726fc4 (diff) |
Set checkout main content maximum width
when on wide screen
Diffstat (limited to 'Checkout.ui.qml')
-rw-r--r-- | Checkout.ui.qml | 2 |
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 |