From 562387d14886cb25e27f9dd73c015f776b7b9630 Mon Sep 17 00:00:00 2001 From: Alexander Date: Wed, 21 Aug 2019 12:33:38 +0300 Subject: [PATCH] Enabled TAB indent --- Crypto Notepad/MainForm.Designer.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Crypto Notepad/MainForm.Designer.cs b/Crypto Notepad/MainForm.Designer.cs index c6efca3..ad4deeb 100644 --- a/Crypto Notepad/MainForm.Designer.cs +++ b/Crypto Notepad/MainForm.Designer.cs @@ -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;