mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
[qt] Use fixed pitch font for the rpc console
Also: * Preserve white space * Make fixed font as large as default font
This commit is contained in:
@@ -218,7 +218,7 @@ QVariant AddressTableModel::data(const QModelIndex &index, int role) const
|
||||
QFont font;
|
||||
if(index.column() == Address)
|
||||
{
|
||||
font = GUIUtil::bitcoinAddressFont();
|
||||
font = GUIUtil::fixedPitchFont();
|
||||
}
|
||||
return font;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user