Skip to content

Commit

Permalink
Fix receive detail tab size issue (#1306)
Browse files Browse the repository at this point in the history
* Fix receive detail tab size issue

* Fix receive detail tab size issue
  • Loading branch information
levoncrypto authored Aug 18, 2023
1 parent 1a8a4f0 commit b0bea3b
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(), 600);
QString target = info.label;
if(target.isEmpty())
target = info.address;
Expand Down

0 comments on commit b0bea3b

Please sign in to comment.