mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-17 17:57:39 +00:00
Receive: add pointer cursor to Qr code
This commit is contained in:
parent
cebe92b61f
commit
fadb2d7a50
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ ReceiveWidget::ReceiveWidget(QSharedPointer<AppContext> ctx, QWidget *parent)
|
|||
this->updateQrCode();
|
||||
});
|
||||
|
||||
ui->qrCode->setCursor(Qt::PointingHandCursor);
|
||||
|
||||
// header context menu
|
||||
ui->addresses->header()->setContextMenuPolicy(Qt::CustomContextMenu);
|
||||
m_headerMenu = new QMenu(this);
|
||||
|
|
Loading…
Reference in a new issue