Fixed typo in Font/Colour options dialogue.
This commit is contained in:
parent
40c9a3459c
commit
4ddc74e8f5
2 changed files with 7 additions and 6 deletions
8
trunk/Tools/TextEditorFontColors.Designer.cs
generated
8
trunk/Tools/TextEditorFontColors.Designer.cs
generated
|
@ -128,18 +128,18 @@ namespace LSLEditor.Tools
|
|||
this.checkBox1.AutoSize = true;
|
||||
this.checkBox1.Location = new System.Drawing.Point(16, 24);
|
||||
this.checkBox1.Name = "checkBox1";
|
||||
this.checkBox1.Size = new System.Drawing.Size(142, 17);
|
||||
this.checkBox1.Size = new System.Drawing.Size(145, 17);
|
||||
this.checkBox1.TabIndex = 0;
|
||||
this.checkBox1.Text = "use original colorscheme";
|
||||
this.checkBox1.Text = "use original color scheme";
|
||||
this.checkBox1.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// EnvironmentFontColors
|
||||
// TextEditorFontColors
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.Controls.Add(this.groupBox5);
|
||||
this.Controls.Add(this.groupBox1);
|
||||
this.Name = "EnvironmentFontColors";
|
||||
this.Name = "TextEditorFontColors";
|
||||
this.Size = new System.Drawing.Size(392, 272);
|
||||
this.groupBox5.ResumeLayout(false);
|
||||
this.groupBox5.PerformLayout();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue