Enabled TAB indent

This commit is contained in:
Alexander 2019-08-21 12:33:38 +03:00
parent bbd488875f
commit 562387d148

View file

@ -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;