mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Enabled TAB indent
This commit is contained in:
parent
bbd488875f
commit
562387d148
1 changed files with 2 additions and 1 deletions
3
Crypto Notepad/MainForm.Designer.cs
generated
3
Crypto Notepad/MainForm.Designer.cs
generated
|
|
@ -1,4 +1,4 @@
|
|||
namespace Crypto_Notepad
|
||||
namespace Crypto_Notepad
|
||||
{
|
||||
partial class MainForm
|
||||
{
|
||||
|
|
@ -831,6 +831,7 @@ public void InitializeComponent()
|
|||
//
|
||||
// CustomRTB
|
||||
//
|
||||
this.CustomRTB.AcceptsTab = true;
|
||||
this.CustomRTB.BackColor = System.Drawing.SystemColors.Window;
|
||||
this.CustomRTB.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.CustomRTB.ContextMenuStrip = this.EditorMenuStrip;
|
||||
|
|
|
|||
Loading…
Reference in a new issue