Added spacing and padding support. (Note of known bug: For some reason, using the spacing combined with the auto compute feature causes an infinite loop, causing the program to crash.

This commit is contained in:
2022-10-10 12:40:34 -05:00
parent 1a788a3d9c
commit 6ad518d242
10 changed files with 5 additions and 5 deletions

View File

@@ -328,7 +328,7 @@ namespace WindowsFormsApplication1
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(76, 14);
this.label2.TabIndex = 11;
this.label2.Text = "Spacing Offset";
this.label2.Text = "Spacing offset";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// spacingOffsetTextBox