Added tooltip to help interpretation of status bar

This commit is contained in:
James Coxon 2017-04-15 08:01:24 +01:00
commit db58c8fcbc

View file

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