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 ()