mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-23 06:55:37 +02:00
Change 'Show' icon
This commit is contained in:
parent
0d101050ef
commit
1831d43e8f
@ -308,7 +308,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>
|
||||
|
@ -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"));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user