Skip to content

Commit

Permalink
feat(@desktop/wallet): Using Floating Buttons in the Send Modal
Browse files Browse the repository at this point in the history
fixes #6228
  • Loading branch information
Khushboo-dev-cpp committed Jul 1, 2022
1 parent 47977ff commit 06735f7
Show file tree
Hide file tree
Showing 4 changed files with 286 additions and 266 deletions.
2 changes: 1 addition & 1 deletion ui/app/mainui/AppMain.qml
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ Item {
}
onLoaded: {
if (!!sendModal.selectedAccount) {
item.preSelectedAccount = sendModal.selectedAccount
item.selectedAccount = sendModal.selectedAccount
}
}
}
Expand Down
1 change: 0 additions & 1 deletion ui/imports/shared/controls/AmountInputWithCursor.qml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ StatusInput {

property string cursorColor: Theme.palette.primaryColor1

height: input.edit.height
leftPadding: 0
rightPadding: 0

Expand Down
Loading

0 comments on commit 06735f7

Please sign in to comment.