mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-13 07:28: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
@@ -12,6 +12,7 @@
|
||||
#include "optionsmodel.h"
|
||||
#include "overviewpage.h"
|
||||
#include "receivecoinsdialog.h"
|
||||
#include "scicon.h"
|
||||
#include "sendcoinsdialog.h"
|
||||
#include "signverifymessagedialog.h"
|
||||
#include "transactiontablemodel.h"
|
||||
@@ -44,7 +45,7 @@ WalletView::WalletView(QWidget *parent):
|
||||
QPushButton *exportButton = new QPushButton(tr("&Export"), this);
|
||||
exportButton->setToolTip(tr("Export the data in the current tab to a file"));
|
||||
#ifndef Q_OS_MAC // Icons on push buttons are very uncommon on Mac
|
||||
exportButton->setIcon(QIcon(":/icons/export"));
|
||||
exportButton->setIcon(SingleColorIcon(":/icons/export"));
|
||||
#endif
|
||||
hbox_buttons->addStretch();
|
||||
hbox_buttons->addWidget(exportButton);
|
||||
|
||||
Reference in New Issue
Block a user