Hotkeys dialog: Fix anchoring of "Misc" button.

This commit is contained in:
J.D. Purcell 2017-04-25 23:32:41 -04:00
parent bb95ccf82d
commit 4a61204fd3
1 changed files with 1 additions and 0 deletions
BizHawk.Client.EmuHawk/config

View File

@ -163,6 +163,7 @@
//
// MiscButton
//
this.MiscButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.MiscButton.Location = new System.Drawing.Point(526, 436);
this.MiscButton.Menu = this.clearBtnContextMenu;
this.MiscButton.Name = "MiscButton";