Hotkeys dialog: Fix anchoring of "Misc" button.
This commit is contained in:
parent
bb95ccf82d
commit
4a61204fd3
|
@ -163,6 +163,7 @@
|
||||||
//
|
//
|
||||||
// MiscButton
|
// 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.Location = new System.Drawing.Point(526, 436);
|
||||||
this.MiscButton.Menu = this.clearBtnContextMenu;
|
this.MiscButton.Menu = this.clearBtnContextMenu;
|
||||||
this.MiscButton.Name = "MiscButton";
|
this.MiscButton.Name = "MiscButton";
|
||||||
|
|
Loading…
Reference in New Issue