etiqueta del id en producto vender hecha mas grande

This commit is contained in:
carlos
2024-02-15 01:53:31 -06:00
parent 505f68b1a4
commit e6ab38ca67
5 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ namespace compabetov2
id.Text = producto.idVariante.ToString();
id.BackColor = Color.FromArgb(82, 82, 82);
id.ForeColor = Color.White;
id.Width = 20;
id.Width = 35;
id.Font = new Font(id.Font, FontStyle.Bold);
id.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
pic.Controls.Add(id);