Improve look/usablity of send coins dialog

This commit is contained in:
Wladimir J. van der Laan
2011-06-25 22:57:24 +02:00
parent 38deedc1b5
commit a404b1512a
6 changed files with 71 additions and 44 deletions

View File

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