mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Fixed numbers position
This commit is contained in:
parent
e66b4bc2c3
commit
16b43e5d87
1 changed files with 1 additions and 1 deletions
2
Crypto Notepad/MainForm.Designer.cs
generated
2
Crypto Notepad/MainForm.Designer.cs
generated
|
|
@ -926,7 +926,7 @@ public void InitializeComponent()
|
|||
this.LineNumbers_For_RichTextBox.MarginLines_Style = System.Drawing.Drawing2D.DashStyle.Solid;
|
||||
this.LineNumbers_For_RichTextBox.MarginLines_Thickness = 1F;
|
||||
this.LineNumbers_For_RichTextBox.Name = "LineNumbers_For_RichTextBox";
|
||||
this.LineNumbers_For_RichTextBox.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0);
|
||||
this.LineNumbers_For_RichTextBox.Padding = new System.Windows.Forms.Padding(0, 1, 0, 0);
|
||||
this.LineNumbers_For_RichTextBox.ParentRichTextBox = this.RichTextBox;
|
||||
this.LineNumbers_For_RichTextBox.Show_BackgroundGradient = false;
|
||||
this.LineNumbers_For_RichTextBox.Show_BorderLines = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue