diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2023-02-08 13:39:40 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2023-02-08 13:39:40 +0700 |
commit | c40b207e0051a2f8c6da25bdb835a97e96f3d1dc (patch) | |
tree | 7c1d389ab8ceea5281c64bbd2bab60806387e3dd /CheckoutFlickable.ui.qml | |
parent | 0ee37f1b01a31cde3abc8a218ce83049125b170f (diff) |
removed height and width
Diffstat (limited to 'CheckoutFlickable.ui.qml')
-rw-r--r-- | CheckoutFlickable.ui.qml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CheckoutFlickable.ui.qml b/CheckoutFlickable.ui.qml index 617d413..38ddf5c 100644 --- a/CheckoutFlickable.ui.qml +++ b/CheckoutFlickable.ui.qml @@ -423,8 +423,6 @@ Flickable { color: "#f5f7f9" } popup: Popup { - width: banks.width - implicitHeight: contentItem.height background: Rectangle { id: banksDropDown radius: 8 |