src/EditProductTab4.cpp

changeset 464
1fed3ff9a64e
parent 454
2dfead81c72f
child 516
9161465e0eac
--- a/src/EditProductTab4.cpp	Sun Jan 15 14:33:53 2023 +0100
+++ b/src/EditProductTab4.cpp	Mon Jan 16 16:55:41 2023 +0100
@@ -56,8 +56,8 @@
                               tr("IBU"), tr("Amount"), tr("Stock"), tr("Delete"), tr("Edit") });
 
     ui->hopsTable->setColumnCount(12);
-    ui->hopsTable->setColumnWidth(0, 140);     /* Origin	*/
-    ui->hopsTable->setColumnWidth(1, 225);     /* Hop		*/
+    ui->hopsTable->setColumnWidth(0, 150);     /* Origin	*/
+    ui->hopsTable->setColumnWidth(1, 245);     /* Hop		*/
     ui->hopsTable->setColumnWidth(2,  74);     /* Type		*/
     ui->hopsTable->setColumnWidth(3,  84);     /* Form          */
     ui->hopsTable->setColumnWidth(4,  55);     /* Alpha%	*/

mercurial