aboutsummaryrefslogtreecommitdiff
path: root/src/qt/overviewpage.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2012-05-17 23:24:17 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2012-05-18 10:33:09 +0200
commit320fe1015a35f14d946555baa10434287c5490a0 (patch)
treef84cf1c92cfc0d791b321aa84b44a4905adf4f8f /src/qt/overviewpage.cpp
parentf0fc95a1434b0f1d4d879d30c1a6c5c12245754a (diff)
downloadbitcoin-320fe1015a35f14d946555baa10434287c5490a0.tar.xz
Restore overviewpage (put transactions back within frame)
- Also, change "(out of sync)" to only red, instead of red and bold, which a bit more subtle - Move label stylesheets to xml
Diffstat (limited to 'src/qt/overviewpage.cpp')
-rw-r--r--src/qt/overviewpage.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qt/overviewpage.cpp b/src/qt/overviewpage.cpp
index e4c742262f..d7bcc6f45e 100644
--- a/src/qt/overviewpage.cpp
+++ b/src/qt/overviewpage.cpp
@@ -108,9 +108,7 @@ OverviewPage::OverviewPage(QWidget *parent) :
// init "out of sync" warning labels
ui->labelWalletStatus->setText("(" + tr("out of sync") + ")");
- ui->labelWalletStatus->setStyleSheet("QLabel { color: red; }");
ui->labelTransactionsStatus->setText("(" + tr("out of sync") + ")");
- ui->labelTransactionsStatus->setStyleSheet("QLabel { color: red; }");
// start with displaying the "out of sync" warnings
showOutOfSyncWarning(true);