fixed label, stop breaking

This commit is contained in:
Cj 2024-06-20 23:37:55 -04:00
parent 9799f3dca8
commit 4317fec912

View File

@ -878,9 +878,9 @@ partial class ReCodeItForm
NestedTypeCountEnabled.AutoSize = true; NestedTypeCountEnabled.AutoSize = true;
NestedTypeCountEnabled.Location = new Point(287, 407); NestedTypeCountEnabled.Location = new Point(287, 407);
NestedTypeCountEnabled.Name = "NestedTypeCountEnabled"; NestedTypeCountEnabled.Name = "NestedTypeCountEnabled";
NestedTypeCountEnabled.Size = new Size(276, 29); NestedTypeCountEnabled.Size = new Size(189, 29);
NestedTypeCountEnabled.TabIndex = 12; NestedTypeCountEnabled.TabIndex = 12;
NestedTypeCountEnabled.Text = "Nested OriginalTypeRef Count"; NestedTypeCountEnabled.Text = "Nested Type Count";
NestedTypeCountEnabled.UseVisualStyleBackColor = true; NestedTypeCountEnabled.UseVisualStyleBackColor = true;
// //
// PropertyCountUpDown // PropertyCountUpDown