~hacker-emmanuel/stellarium/bug_1172931

« back to all changes in this revision

Viewing changes to src/gui/StelGuiItems.cpp

  • Committer: Alexander Wolf
  • Date: 2013-01-27 16:13:26 UTC
  • Revision ID: alex.v.wolf@gmail.com-20130127161326-yolt5nirri95s7va
fast fix for DeltaT formatting

Show diffs side-by-side

added added

removed removed

Lines of Context:
589
589
        {
590
590
                updatePos = true;
591
591
                datetime->setText(newDate);
592
 
                datetime->setToolTip(QString("%1T = %2s").arg(QChar(0x0394)).arg(deltaT));
 
592
                datetime->setToolTip(QString("%1T = %2s").arg(QChar(0x0394)).arg(deltaT, 5, 'f', 3));
593
593
        }
594
594
 
595
595
        QString newLocation = flagShowLocation ? q_(core->getCurrentLocation().planetName) +", "