mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-18 02:07:41 +00:00
VerifyProofDialog: use monospace font for formatted proof input
This commit is contained in:
parent
184d866614
commit
91beff4411
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
#include "libwalletqt/WalletManager.h"
|
#include "libwalletqt/WalletManager.h"
|
||||||
#include "utils/utils.h"
|
#include "utils/utils.h"
|
||||||
|
#include "model/ModelUtils.h"
|
||||||
|
|
||||||
#include <QMessageBox>
|
#include <QMessageBox>
|
||||||
|
|
||||||
|
@ -48,6 +49,8 @@ VerifyProofDialog::VerifyProofDialog(Wallet *wallet, QWidget *parent)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
ui->input_formattedProof->setFont(ModelUtils::getMonospaceFont());
|
||||||
}
|
}
|
||||||
|
|
||||||
VerifyProofDialog::~VerifyProofDialog()
|
VerifyProofDialog::~VerifyProofDialog()
|
||||||
|
|
Loading…
Reference in a new issue