WalletCacheDebug: use monospace font

remotes/1691844314220217825/master
tobtoht 3 years ago
parent e0f7473ed4
commit 3f489b3558
Signed by untrusted user: tobtoht
GPG Key ID: 1CADD27F41F45C3C

@ -3,6 +3,7 @@
#include "WalletCacheDebugDialog.h"
#include "ui_WalletCacheDebugDialog.h"
#include "model/ModelUtils.h"
#include <QRadioButton>
@ -13,6 +14,8 @@ WalletCacheDebugDialog::WalletCacheDebugDialog(AppContext *ctx, QWidget *parent)
{
ui->setupUi(this);
ui->output->setFont(ModelUtils::getMonospaceFont());
connect(ui->m_blockchain, &QRadioButton::pressed, [this]{
this->setOutput(m_ctx->currentWallet->printBlockchain());
});

Loading…
Cancel
Save