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.Text = producto.idVariante.ToString();
|
||||||
id.BackColor = Color.FromArgb(82, 82, 82);
|
id.BackColor = Color.FromArgb(82, 82, 82);
|
||||||
id.ForeColor = Color.White;
|
id.ForeColor = Color.White;
|
||||||
id.Width = 20;
|
id.Width = 35;
|
||||||
id.Font = new Font(id.Font, FontStyle.Bold);
|
id.Font = new Font(id.Font, FontStyle.Bold);
|
||||||
id.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
id.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||||
pic.Controls.Add(id);
|
pic.Controls.Add(id);
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user