mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Minor design changes
This commit is contained in:
parent
5d69c697e2
commit
00a07da934
2 changed files with 2 additions and 4 deletions
4
Crypto Notepad/SettingsForm.Designer.cs
generated
4
Crypto Notepad/SettingsForm.Designer.cs
generated
|
|
@ -506,7 +506,7 @@ private void InitializeComponent()
|
||||||
// ToolbarColorCheckBox
|
// ToolbarColorCheckBox
|
||||||
//
|
//
|
||||||
this.ToolbarColorCheckBox.AutoSize = true;
|
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.Name = "ToolbarColorCheckBox";
|
||||||
this.ToolbarColorCheckBox.Size = new System.Drawing.Size(131, 19);
|
this.ToolbarColorCheckBox.Size = new System.Drawing.Size(131, 19);
|
||||||
this.ToolbarColorCheckBox.TabIndex = 8;
|
this.ToolbarColorCheckBox.TabIndex = 8;
|
||||||
|
|
@ -516,7 +516,7 @@ private void InitializeComponent()
|
||||||
// MenuIconsCheckBox
|
// MenuIconsCheckBox
|
||||||
//
|
//
|
||||||
this.MenuIconsCheckBox.AutoSize = true;
|
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.Name = "MenuIconsCheckBox";
|
||||||
this.MenuIconsCheckBox.Size = new System.Drawing.Size(90, 19);
|
this.MenuIconsCheckBox.Size = new System.Drawing.Size(90, 19);
|
||||||
this.MenuIconsCheckBox.TabIndex = 7;
|
this.MenuIconsCheckBox.TabIndex = 7;
|
||||||
|
|
|
||||||
|
|
@ -241,7 +241,6 @@ private void SettingsForm_Load(object sender, EventArgs e)
|
||||||
|
|
||||||
if (!ps.ShowToolbar)
|
if (!ps.ShowToolbar)
|
||||||
{
|
{
|
||||||
ToolbarColorCheckBox.Checked = false;
|
|
||||||
ToolbarColorCheckBox.Enabled = false;
|
ToolbarColorCheckBox.Enabled = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -304,7 +303,6 @@ private void ToolbarCheckBox_CheckedChanged(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
if (!ToolbarCheckBox.Checked)
|
if (!ToolbarCheckBox.Checked)
|
||||||
{
|
{
|
||||||
ToolbarColorCheckBox.Checked = false;
|
|
||||||
ToolbarColorCheckBox.Enabled = false;
|
ToolbarColorCheckBox.Enabled = false;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue