From eaba1fef7dec6fe4ba5b8ea96479f6075830795c Mon Sep 17 00:00:00 2001 From: Damien Date: Fri, 3 Jan 2014 10:10:49 +0100 Subject: [PATCH] CriticalPowerWindow: small correction --- src/CriticalPowerWindow.cpp | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/CriticalPowerWindow.cpp b/src/CriticalPowerWindow.cpp index 59cb11105..592c58282 100644 --- a/src/CriticalPowerWindow.cpp +++ b/src/CriticalPowerWindow.cpp @@ -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);