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:
2
BaseConverter/Form1.Designer.cs
generated
2
BaseConverter/Form1.Designer.cs
generated
@@ -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
|
||||
|
Reference in New Issue
Block a user