|
|
@@ -54,7 +54,7 @@ public class IngredientPanel extends JPanel implements AutoGrowPanel.ChildCompon
|
|
|
gbc_txtName.gridx = 1;
|
|
|
gbc_txtName.gridy = 0;
|
|
|
add(txtName, gbc_txtName);
|
|
|
- txtName.setColumns(10);
|
|
|
+ txtName.setColumns(15);
|
|
|
|
|
|
txtAmount = new JFormattedTextField(new AmountFormatter());
|
|
|
GridBagConstraints gbc_txtAmount = new GridBagConstraints();
|
|
|
@@ -63,7 +63,7 @@ public class IngredientPanel extends JPanel implements AutoGrowPanel.ChildCompon
|
|
|
gbc_txtAmount.gridx = 2;
|
|
|
gbc_txtAmount.gridy = 0;
|
|
|
add(txtAmount, gbc_txtAmount);
|
|
|
- txtAmount.setColumns(11);
|
|
|
+ txtAmount.setColumns(6);
|
|
|
|
|
|
txtPreparation = new JTextField();
|
|
|
GridBagConstraints gbc_txtPreparation = new GridBagConstraints();
|