diff --git a/Crypto Notepad/SettingsForm.Designer.cs b/Crypto Notepad/SettingsForm.Designer.cs index f7fbbce..6e6dd99 100644 --- a/Crypto Notepad/SettingsForm.Designer.cs +++ b/Crypto Notepad/SettingsForm.Designer.cs @@ -506,7 +506,7 @@ private void InitializeComponent() // ToolbarColorCheckBox // this.ToolbarColorCheckBox.AutoSize = true; - this.ToolbarColorCheckBox.Location = new System.Drawing.Point(7, 82); + this.ToolbarColorCheckBox.Location = new System.Drawing.Point(7, 128); this.ToolbarColorCheckBox.Name = "ToolbarColorCheckBox"; this.ToolbarColorCheckBox.Size = new System.Drawing.Size(131, 19); this.ToolbarColorCheckBox.TabIndex = 8; @@ -516,7 +516,7 @@ private void InitializeComponent() // MenuIconsCheckBox // this.MenuIconsCheckBox.AutoSize = true; - this.MenuIconsCheckBox.Location = new System.Drawing.Point(7, 128); + this.MenuIconsCheckBox.Location = new System.Drawing.Point(7, 82); this.MenuIconsCheckBox.Name = "MenuIconsCheckBox"; this.MenuIconsCheckBox.Size = new System.Drawing.Size(90, 19); this.MenuIconsCheckBox.TabIndex = 7; diff --git a/Crypto Notepad/SettingsForm.cs b/Crypto Notepad/SettingsForm.cs index ee45123..527a2ac 100644 --- a/Crypto Notepad/SettingsForm.cs +++ b/Crypto Notepad/SettingsForm.cs @@ -241,7 +241,6 @@ private void SettingsForm_Load(object sender, EventArgs e) if (!ps.ShowToolbar) { - ToolbarColorCheckBox.Checked = false; ToolbarColorCheckBox.Enabled = false; } @@ -304,7 +303,6 @@ private void ToolbarCheckBox_CheckedChanged(object sender, EventArgs e) { if (!ToolbarCheckBox.Checked) { - ToolbarColorCheckBox.Checked = false; ToolbarColorCheckBox.Enabled = false; } else