summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-02-08 18:42:13 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-02-08 18:42:13 +0800
commitbe7ea74d83c97bcbfa8d5de187eaf2a95cd911a6 (patch)
tree37c318d4d63a1aa40f359f48aa9ab1570323f674
parent0b3235a95290104be6f73247b429651d97ac1a56 (diff)
Revert "add dropdown style"
This reverts commit 0ee37f1b01a31cde3abc8a218ce83049125b170f.
-rw-r--r--CheckoutFlickable.ui.qml8
1 files changed, 0 insertions, 8 deletions
diff --git a/CheckoutFlickable.ui.qml b/CheckoutFlickable.ui.qml
index 617d413..04d3fd2 100644
--- a/CheckoutFlickable.ui.qml
+++ b/CheckoutFlickable.ui.qml
@@ -422,14 +422,6 @@ Flickable {
implicitWidth: 200
color: "#f5f7f9"
}
- popup: Popup {
- width: banks.width
- implicitHeight: contentItem.height
- background: Rectangle {
- id: banksDropDown
- radius: 8
- }
- }
}
}
}