src/EditProductTab7.cpp

changeset 464
1fed3ff9a64e
parent 454
2dfead81c72f
--- a/src/EditProductTab7.cpp	Sun Jan 15 14:33:53 2023 +0100
+++ b/src/EditProductTab7.cpp	Mon Jan 16 16:55:41 2023 +0100
@@ -36,7 +36,7 @@
 
     ui->mashsTable->setColumnCount(16);
     ui->mashsTable->setColumnWidth(0, 189);	/* Step name	*/
-    ui->mashsTable->setColumnWidth(1, 100);	/* Type		*/
+    ui->mashsTable->setColumnWidth(1, 110);	/* Type		*/
     ui->mashsTable->setColumnWidth(2,  70);	/* Start temp	*/
     ui->mashsTable->setColumnWidth(3,  70);	/* End temp	*/
     ui->mashsTable->setColumnWidth(4,  70);	/* Rest time	*/
@@ -45,8 +45,8 @@
     ui->mashsTable->setColumnWidth(7,  70);     /* Infusion tmp	*/
     ui->mashsTable->setColumnWidth(8,  70);	/* Volume	*/
     ui->mashsTable->setColumnWidth(9,  80);	/* W/G ratio	*/
-    ui->mashsTable->setColumnWidth(10, 50);	/* SG		*/
-    ui->mashsTable->setColumnWidth(11, 50);	/* pH		*/
+    ui->mashsTable->setColumnWidth(10, 60);	/* SG		*/
+    ui->mashsTable->setColumnWidth(11, 60);	/* pH		*/
     ui->mashsTable->setColumnWidth(12, 30);	/* Up button	*/
     ui->mashsTable->setColumnWidth(13, 30);	/* Down button	*/
     ui->mashsTable->setColumnWidth(14, 30);	/* Delete	*/

mercurial