From 27ca9bc1a3ee286be350cd7a20e4f85b09188d99 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sat, 18 Oct 2014 16:24:25 +0000 Subject: [PATCH] tastudio - since there is no immediate plans to add anything else to the dialog, extend the marker list to the bottom of the dialog and anchor it --- BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.Designer.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.Designer.cs b/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.Designer.cs index d71994a8d6..1a195aa1cf 100644 --- a/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.Designer.cs @@ -826,7 +826,7 @@ namespace BizHawk.Client.EmuHawk | System.Windows.Forms.AnchorStyles.Right))); this.MarkerControl.Location = new System.Drawing.Point(2, 16); this.MarkerControl.Name = "MarkerControl"; - this.MarkerControl.Size = new System.Drawing.Size(198, 215); + this.MarkerControl.Size = new System.Drawing.Size(198, 343); this.MarkerControl.TabIndex = 6; this.MarkerControl.Tastudio = null; // @@ -959,10 +959,12 @@ namespace BizHawk.Client.EmuHawk // // groupBox1 // + this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.Controls.Add(this.MarkerControl); this.groupBox1.Location = new System.Drawing.Point(302, 129); this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(201, 237); + this.groupBox1.Size = new System.Drawing.Size(201, 365); this.groupBox1.TabIndex = 7; this.groupBox1.TabStop = false; this.groupBox1.Text = "Markers";