mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Merge 2211fe712d into merged_master (Bitcoin PR bitcoin-core/gui#516)
This commit is contained in:
commit
8a92856ef4
2 changed files with 2 additions and 2 deletions
|
|
@ -302,7 +302,7 @@
|
|||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../bitcoin.qrc">
|
||||
<normaloff>:/icons/edit</normaloff>:/icons/edit</iconset>
|
||||
<normaloff>:/icons/eye</normaloff>:/icons/eye</iconset>
|
||||
</property>
|
||||
<property name="autoDefault">
|
||||
<bool>false</bool>
|
||||
|
|
|
|||
|
|
@ -43,7 +43,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"));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue