monospace font for bitcoin addresses

This commit is contained in:
Wladimir J. van der Laan
2011-06-01 20:08:21 +02:00
parent df6dfb4ab8
commit ef1b844e7b
6 changed files with 40 additions and 10 deletions

View File

@@ -83,7 +83,7 @@ BitcoinGUI::BitcoinGUI(QWidget *parent):
hbox_balance->addSpacing(5);/* Add some spacing between the label and the text */
labelBalance = new QLabel();
labelBalance->setFont(QFont("Teletype"));
labelBalance->setFont(QFont("Monospace"));
hbox_balance->addWidget(labelBalance);
hbox_balance->addStretch(1);