diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-01-17 22:09:01 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-01-17 22:09:01 +0800 |
commit | 68a3b193458f0cbeafba9b0cf79652b6cb016a09 (patch) | |
tree | d84e629cceb7e8ff8e10e41b4b0322751ee16a3a | |
parent | 8a1fa06ceffe441f432c8ffd1fb15b8103c0db83 (diff) |
Main content ID
-rw-r--r-- | CheckoutFlickable.ui.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CheckoutFlickable.ui.qml b/CheckoutFlickable.ui.qml index 9923b07..9f1e5ce 100644 --- a/CheckoutFlickable.ui.qml +++ b/CheckoutFlickable.ui.qml @@ -12,10 +12,10 @@ Flickable { property alias checkoutState: province property alias checkoutPostal: postal property alias checkoutAddress: address - contentHeight: personal.height + contentHeight: main.height ColumnLayout { - id: personal + id: main anchors { top: parent.top left: parent.left |