diff -r 98df69885455 -r 1fed3ff9a64e src/EditProductTab4.cpp --- 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% */