diff --git a/GestionePizzeForm.cs b/GestionePizzeForm.cs index 4bc5511..d1ad17c 100644 --- a/GestionePizzeForm.cs +++ b/GestionePizzeForm.cs @@ -209,7 +209,7 @@ namespace PizzaExpress_Client pnlButtons.Controls.Add(_btnAggiorna); pnlButtons.Controls.Add(_btnElimina); - pnlRight.Controls.Add(pnlButtons, 1, 6); + pnlRight.Controls.Add(pnlButtons, 1, 7); // ====================================================== Controls.Add(pnlRight);