Tastudio - make right side fixed when resizing

This commit is contained in:
adelikat 2015-07-25 18:48:46 -04:00
parent 09e95b89b2
commit 4564cc5c6b
1 changed files with 1 additions and 0 deletions

View File

@ -1421,6 +1421,7 @@ namespace BizHawk.Client.EmuHawk
this.MainVertialSplit.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.MainVertialSplit.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
this.MainVertialSplit.Location = new System.Drawing.Point(2, 23);
this.MainVertialSplit.Name = "MainVertialSplit";
//