diff options
-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 |