diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-08 18:41:26 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-08 18:41:26 +0800 |
commit | 0b3235a95290104be6f73247b429651d97ac1a56 (patch) | |
tree | 5a0f9839d1415a677a39e5e63af16a50e72ec38a | |
parent | 4480d8ba101ce55bf304ed6e348f217fd7b4807f (diff) |
Revert "removed height and width"
This reverts commit c40b207e0051a2f8c6da25bdb835a97e96f3d1dc.
-rw-r--r-- | CheckoutFlickable.ui.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CheckoutFlickable.ui.qml b/CheckoutFlickable.ui.qml index 38ddf5c..617d413 100644 --- a/CheckoutFlickable.ui.qml +++ b/CheckoutFlickable.ui.qml @@ -423,6 +423,8 @@ Flickable { color: "#f5f7f9" } popup: Popup { + width: banks.width + implicitHeight: contentItem.height background: Rectangle { id: banksDropDown radius: 8 |