From db58c8fcbc9e466b964874ca92fc987d368f7dee Mon Sep 17 00:00:00 2001 From: James Coxon Date: Sat, 15 Apr 2017 08:01:24 +0100 Subject: [PATCH] Added tooltip to help interpretation of status bar --- rai/qt/qt.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/rai/qt/qt.cpp b/rai/qt/qt.cpp index d9f23821..42401a82 100644 --- a/rai/qt/qt.cpp +++ b/rai/qt/qt.cpp @@ -622,6 +622,7 @@ void rai_qt::status::set_text () { wallet.status->setText (text ().c_str ()); wallet.status->setStyleSheet ((std::string ("QLabel {") + color () + "}").c_str ()); + wallet.status->setToolTip("Wallet status and wallet block count (blocks remaining to sync)"); } std::string rai_qt::status::text ()