CriticalPowerWindow: small correction

This commit is contained in:
Damien
2014-01-03 10:10:49 +01:00
parent 9ca4691464
commit eaba1fef7d

View File

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