mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Returned wrongly disabled line numbers
This commit is contained in:
parent
57a4535316
commit
0a903a0589
1 changed files with 1 additions and 1 deletions
2
Crypto Notepad/MainForm.Designer.cs
generated
2
Crypto Notepad/MainForm.Designer.cs
generated
|
|
@ -1204,7 +1204,7 @@ public void InitializeComponent()
|
|||
this.lineNumbers.MarginLines_Thickness = 1F;
|
||||
this.lineNumbers.Name = "lineNumbers";
|
||||
this.lineNumbers.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0);
|
||||
this.lineNumbers.ParentRichTextBox = null;
|
||||
this.lineNumbers.ParentRichTextBox = this.richTextBox;
|
||||
this.lineNumbers.Show_BackgroundGradient = false;
|
||||
this.lineNumbers.Show_BorderLines = false;
|
||||
this.lineNumbers.Show_GridLines = false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue