summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-01-17 22:09:01 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-01-17 22:09:01 +0800
commit68a3b193458f0cbeafba9b0cf79652b6cb016a09 (patch)
treed84e629cceb7e8ff8e10e41b4b0322751ee16a3a
parent8a1fa06ceffe441f432c8ffd1fb15b8103c0db83 (diff)
Main content ID
-rw-r--r--CheckoutFlickable.ui.qml4
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