WIP: minor color changes.

This commit is contained in:
Just Wonder 2020-05-09 12:37:43 -07:00
parent 8dd6075df4
commit 0e47bf8d49
5 changed files with 7 additions and 1 deletions

View File

@ -313,7 +313,7 @@ void BitcoinGUI::createActions()
historyAction->setShortcut(QKeySequence(Qt::ALT + Qt::Key_4));
tabGroup->addAction(historyAction);
kevaAction = new QAction(platformStyle->SingleColorIcon(":/icons/keva"), tr("&Keva"), this);
kevaAction = new QAction(QIcon(":/icons/keva"), tr("&Keva"), this);
kevaAction->setStatusTip(tr("Keva related operations"));
kevaAction->setToolTip(kevaAction->statusTip());
kevaAction->setCheckable(true);

View File

@ -213,6 +213,11 @@ void KevaDialog::on_kevaView_doubleClicked(const QModelIndex &index)
dialog->show();
}
void KevaDialog::on_bookmarkNamespace_clicked()
{
ui->bookmarkNamespace->setIcon(QIcon(":/icons/star"));
}
void KevaDialog::kevaView_selectionChanged()
{
// Enable Show/Remove buttons only if anything is selected.

View File

@ -77,6 +77,7 @@ private Q_SLOTS:
void on_kevaView_doubleClicked(const QModelIndex &index);
void kevaView_selectionChanged();
void on_bookmarksButton_clicked();
void on_bookmarkNamespace_clicked();
void updateDisplayUnit();
void showMenu(const QPoint &point);
void copyURI();

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB