mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
Adopt style colour for button icons
This commit is contained in:
committed by
Wladimir J. van der Laan
parent
a39aa74a8d
commit
9b7d3fb165
@@ -9,6 +9,7 @@
|
||||
#include "addresstablemodel.h"
|
||||
#include "guiutil.h"
|
||||
#include "optionsmodel.h"
|
||||
#include "scicon.h"
|
||||
#include "walletmodel.h"
|
||||
|
||||
#include <QApplication>
|
||||
@@ -21,6 +22,12 @@ SendCoinsEntry::SendCoinsEntry(QWidget *parent) :
|
||||
{
|
||||
ui->setupUi(this);
|
||||
|
||||
ui->addressBookButton->setIcon(SingleColorIcon(":/icons/address-book"));
|
||||
ui->pasteButton->setIcon(SingleColorIcon(":/icons/editpaste"));
|
||||
ui->deleteButton->setIcon(SingleColorIcon(":/icons/remove"));
|
||||
ui->deleteButton_is->setIcon(SingleColorIcon(":/icons/remove"));
|
||||
ui->deleteButton_s->setIcon(SingleColorIcon(":/icons/remove"));
|
||||
|
||||
setCurrentWidget(ui->SendCoins);
|
||||
|
||||
#ifdef Q_OS_MAC
|
||||
|
||||
Reference in New Issue
Block a user