mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
CriticalPowerWindow: small correction
This commit is contained in:
@@ -451,13 +451,20 @@ CriticalPowerWindow::modelChanged()
|
||||
|
||||
case 3 : // ExtendedCP
|
||||
|
||||
sanLabel->show();
|
||||
intervalLabel->show();
|
||||
secondsLabel->show();
|
||||
sanLabel->show();
|
||||
sanI1SpinBox->show();
|
||||
sanI2SpinBox->show();
|
||||
anLabel->show();
|
||||
anI1SpinBox->show();
|
||||
anI2SpinBox->show();
|
||||
aeLabel->show();
|
||||
aeI1SpinBox->show();
|
||||
aeI2SpinBox->show();
|
||||
laeLabel->show();
|
||||
laeI1SpinBox->show();
|
||||
laeI2SpinBox->show();
|
||||
laeI2SpinBox->show();
|
||||
|
||||
// Default values
|
||||
sanI1SpinBox->setValue(20);
|
||||
|
||||
Reference in New Issue
Block a user