Skip to content

Commit

Permalink
Merge bitcoin-core/gui#516: Change 'Show' icon
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto authored and jagdeep sidhu committed Jan 4, 2022
1 parent 922c718 commit cf548c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/qt/forms/receivecoinsdialog.ui
Expand Up @@ -302,7 +302,7 @@
</property>
<property name="icon">
<iconset resource="../syscoin.qrc">
<normaloff>:/icons/edit</normaloff>:/icons/edit</iconset>
<normaloff>:/icons/eye</normaloff>:/icons/eye</iconset>
</property>
<property name="autoDefault">
<bool>false</bool>
Expand Down
2 changes: 1 addition & 1 deletion src/qt/receivecoinsdialog.cpp
Expand Up @@ -38,7 +38,7 @@ ReceiveCoinsDialog::ReceiveCoinsDialog(const PlatformStyle *_platformStyle, QWid
} else {
ui->clearButton->setIcon(_platformStyle->SingleColorIcon(":/icons/remove"));
ui->receiveButton->setIcon(_platformStyle->SingleColorIcon(":/icons/receiving_addresses"));
ui->showRequestButton->setIcon(_platformStyle->SingleColorIcon(":/icons/edit"));
ui->showRequestButton->setIcon(_platformStyle->SingleColorIcon(":/icons/eye"));
ui->removeRequestButton->setIcon(_platformStyle->SingleColorIcon(":/icons/remove"));
}

Expand Down

0 comments on commit cf548c3

Please sign in to comment.