FirmwaresConfig: kick checkbox over to the right

This commit is contained in:
Asnivor 2018-09-21 18:06:26 +01:00
parent 3273d37ce5
commit f149413df3
1 changed files with 1 additions and 2 deletions

View File

@ -189,8 +189,7 @@ namespace BizHawk.Client.EmuHawk
cbAllowImport.Font = new Font("Segeo UI", 9, FontStyle.Regular, GraphicsUnit.Point, 1, false);
cbAllowImport.Checked = false;
ToolStripControlHost host = new ToolStripControlHost(cbAllowImport);
var iCount = toolStrip1.Items.Count;
toolStrip1.Items.Insert(iCount - 2, host);
toolStrip1.Items.Add(host);
}