diff -r 8544f1e28208 -r 0115b97e8c39 src/EditRecipeTab3.cpp --- a/src/EditRecipeTab3.cpp Mon Apr 11 22:32:04 2022 +0200 +++ b/src/EditRecipeTab3.cpp Tue Apr 12 21:03:19 2022 +0200 @@ -57,13 +57,13 @@ ui->hopsTable->setColumnCount(11); ui->hopsTable->setColumnWidth(0, 150); /* Origin */ ui->hopsTable->setColumnWidth(1, 225); /* Hop */ - ui->hopsTable->setColumnWidth(2, 75); /* Type */ - ui->hopsTable->setColumnWidth(3, 75); /* Form */ + ui->hopsTable->setColumnWidth(2, 84); /* Type */ + ui->hopsTable->setColumnWidth(3, 84); /* Form */ ui->hopsTable->setColumnWidth(4, 75); /* Alpha% */ ui->hopsTable->setColumnWidth(5, 75); /* Added */ ui->hopsTable->setColumnWidth(6, 75); /* Time */ ui->hopsTable->setColumnWidth(7, 60); /* IBU */ - ui->hopsTable->setColumnWidth(8, 75); /* Amount */ + ui->hopsTable->setColumnWidth(8, 90); /* Amount */ ui->hopsTable->setColumnWidth(9, 80); /* Delete */ ui->hopsTable->setColumnWidth(10, 80); /* Edit */ ui->hopsTable->setHorizontalHeaderLabels(labels);