src/EditProduct.cpp

changeset 204
decbf82ae9a5
parent 202
49ec4fdee5a6
child 205
ae6109192fb2
--- a/src/EditProduct.cpp	Thu May 12 17:42:03 2022 +0200
+++ b/src/EditProduct.cpp	Thu May 12 22:41:11 2022 +0200
@@ -936,7 +936,6 @@
     ui->brew_spargephEdit->setValue(product->brew_sparge_ph);
     ui->brew_spargephShow->setValue(product->sparge_ph);
 
-    ui->brew_boilBox->setTitle(tr("Boiling %1 minutes").arg(product->boil_time));
     ui->brew_preboilphEdit->setValue(product->brew_preboil_ph);
     ui->brew_preboilsgEdit->setValue(product->brew_preboil_sg);
     ui->brew_preboilvolEdit->setValue(product->brew_preboil_volume);

mercurial