mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Fixed glitch with "line numbers" panel
This commit is contained in:
parent
7ffdf8a0a6
commit
a3f4d4b06d
2 changed files with 2 additions and 1 deletions
2
Crypto Notepad/MainForm.Designer.cs
generated
2
Crypto Notepad/MainForm.Designer.cs
generated
|
|
@ -919,8 +919,8 @@ public void InitializeComponent()
|
|||
this.ClientSize = new System.Drawing.Size(513, 318);
|
||||
this.Controls.Add(this.RichTextBox);
|
||||
this.Controls.Add(this.LineNumbers_For_RichTextBox);
|
||||
this.Controls.Add(this.SearchPanel);
|
||||
this.Controls.Add(this.ToolbarPanel);
|
||||
this.Controls.Add(this.SearchPanel);
|
||||
this.Controls.Add(this.MainMenu);
|
||||
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
|
|
|
|||
|
|
@ -629,6 +629,7 @@ private void MainWindow_Activated(object sender, EventArgs e)
|
|||
if (ps.ShowToolbar && !ToolbarPanel.Visible)
|
||||
{
|
||||
ToolbarPanel.Visible = true;
|
||||
LineNumbers_For_RichTextBox.Height = 1;
|
||||
}
|
||||
|
||||
MenuIcons();
|
||||
|
|
|
|||
Loading…
Reference in a new issue