bug(@desktop/wallet): gas selector modal has text, divider and custom/suggestions toggle overlapped

Bug is easily reproducible if you try to buy some stickers, in that case suggestion text
overlaps divider and buttons, and if you don't enough balance warning about that will overlap
all that also.

Fixed by increasing hight of the appropriate modal.

Fixes: #2994
This commit is contained in:
Sale Djenic 2021-07-26 13:36:49 +02:00 committed by Iuri Matias
parent 92fddb70bc
commit 3c2c8816d2
2 changed files with 1 additions and 2 deletions

View File

@ -51,7 +51,7 @@ Item {
ModalPopup { ModalPopup {
id: stickerPackDetailsPopup id: stickerPackDetailsPopup
height: 472 height: 540
header: StatusStickerPackDetails { header: StatusStickerPackDetails {
packThumb: thumbnail packThumb: thumbnail
packName: name packName: name

View File

@ -126,7 +126,6 @@ ModalPopup {
GasValidator { GasValidator {
id: gasValidator id: gasValidator
anchors.bottom: parent.bottom anchors.bottom: parent.bottom
anchors.bottomMargin: 8
selectedAccount: selectFromAccount.selectedAccount selectedAccount: selectFromAccount.selectedAccount
selectedAsset: root.asset selectedAsset: root.asset
selectedAmount: parseFloat(packPrice) selectedAmount: parseFloat(packPrice)