diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-02 12:27:20 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-02 12:27:20 +0800 |
commit | d69434998b2c73fa82d779ec08b585239d474ed5 (patch) | |
tree | 4f54926b67a3e7e21c63406aa4fa2b21eee14f91 /Shop/Checkout.ui.qml | |
parent | 283842720b2bb16ec29ec4534a083cafafd3ceee (diff) |
Move personal info anchoring to Checkout
Diffstat (limited to 'Shop/Checkout.ui.qml')
-rw-r--r-- | Shop/Checkout.ui.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Shop/Checkout.ui.qml b/Shop/Checkout.ui.qml index 88f0ec5..8e0c16d 100644 --- a/Shop/Checkout.ui.qml +++ b/Shop/Checkout.ui.qml @@ -67,6 +67,10 @@ Flickable { PersonalInfo { id: personalInfo + anchors { + left: parent.left + right: parent.right + } } } } |