mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 16:39:57 +00:00
CP chart 'best date' doesn't fit
Aside from just expanding the sidebar to show it, this update creates a bit more space for the display of best values in the CP chart controls. It would be better if the tooltip also showed the date. Fixes #565.
This commit is contained in:
@@ -48,7 +48,7 @@ CriticalPowerWindow::CriticalPowerWindow(const QDir &home, MainWindow *parent) :
|
||||
|
||||
// picker details
|
||||
QFormLayout *cpintPickerLayout = new QFormLayout;
|
||||
QLabel *cpintTimeLabel = new QLabel(tr("Interval Duration:"), this);
|
||||
QLabel *cpintTimeLabel = new QLabel(tr("Duration:"), this);
|
||||
cpintTimeValue = new QLineEdit("0 s");
|
||||
QLabel *cpintTodayLabel = new QLabel(tr("Today:"), this);
|
||||
cpintTodayValue = new QLineEdit(tr("no data"));
|
||||
|
||||
Reference in New Issue
Block a user