Skip to content

Commit

Permalink
Fix receive detail tab size issue
Browse files Browse the repository at this point in the history
  • Loading branch information
levoncrypto committed Aug 11, 2023
1 parent 30bcc53 commit 6907e3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qt/receiverequestdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ void ReceiveRequestDialog::update()
{
if(!model)
return;
resize(width(), 700);
QString target = info.label;
if(target.isEmpty())
target = info.address;
Expand Down

0 comments on commit 6907e3e

Please sign in to comment.