Minor design changes

This commit is contained in:
Alexander 2019-08-28 12:04:05 +03:00
parent 5d69c697e2
commit 00a07da934
2 changed files with 2 additions and 4 deletions

View file

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

View file

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