From 2b6ee05a672ef91e530cb63547002a06418927c1 Mon Sep 17 00:00:00 2001 From: AndreStork Date: Thu, 29 Jan 2026 09:38:40 +0100 Subject: [PATCH] Fix ComboBox "Stato" non allineato correttamente --- GestionePizzeForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);