diff --git a/Ventas/vender.cs b/Ventas/vender.cs index 7655ca0..71d57c3 100644 --- a/Ventas/vender.cs +++ b/Ventas/vender.cs @@ -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); diff --git a/bin/Debug/compabetov2.exe b/bin/Debug/compabetov2.exe index 75fabfd..f37710d 100644 Binary files a/bin/Debug/compabetov2.exe and b/bin/Debug/compabetov2.exe differ diff --git a/bin/Debug/compabetov2.pdb b/bin/Debug/compabetov2.pdb index d6e7095..c445446 100644 Binary files a/bin/Debug/compabetov2.pdb and b/bin/Debug/compabetov2.pdb differ diff --git a/obj/Debug/compabetov2.exe b/obj/Debug/compabetov2.exe index 75fabfd..f37710d 100644 Binary files a/obj/Debug/compabetov2.exe and b/obj/Debug/compabetov2.exe differ diff --git a/obj/Debug/compabetov2.pdb b/obj/Debug/compabetov2.pdb index d6e7095..c445446 100644 Binary files a/obj/Debug/compabetov2.pdb and b/obj/Debug/compabetov2.pdb differ