etiqueta del id en producto vender hecha mas grande
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user