From 2a0870234ee389c81fb9699376ad2ba6f652f603 Mon Sep 17 00:00:00 2001 From: CasualPokePlayer <50538166+CasualPokePlayer@users.noreply.github.com> Date: Tue, 19 Nov 2024 23:39:40 -0800 Subject: [PATCH] Fix tracelogger layout --- .../tools/TraceLogger.Designer.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/BizHawk.Client.EmuHawk/tools/TraceLogger.Designer.cs b/src/BizHawk.Client.EmuHawk/tools/TraceLogger.Designer.cs index 9515783eae..15bb28c8d1 100644 --- a/src/BizHawk.Client.EmuHawk/tools/TraceLogger.Designer.cs +++ b/src/BizHawk.Client.EmuHawk/tools/TraceLogger.Designer.cs @@ -206,7 +206,7 @@ namespace BizHawk.Client.EmuHawk // OpenLogFile // this.OpenLogFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.OpenLogFile.Location = new System.Drawing.Point(551, 18); + this.OpenLogFile.Location = new System.Drawing.Point(551, 19); this.OpenLogFile.Name = "OpenLogFile"; this.OpenLogFile.Size = new System.Drawing.Size(60, 23); this.OpenLogFile.TabIndex = 21; @@ -217,7 +217,7 @@ namespace BizHawk.Client.EmuHawk // BrowseBox // this.BrowseBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.BrowseBox.Location = new System.Drawing.Point(443, 18); + this.BrowseBox.Location = new System.Drawing.Point(470, 19); this.BrowseBox.Name = "BrowseBox"; this.BrowseBox.Size = new System.Drawing.Size(54, 23); this.BrowseBox.TabIndex = 20; @@ -230,7 +230,7 @@ namespace BizHawk.Client.EmuHawk // this.FileBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.FileBox.Location = new System.Drawing.Point(196, 19); + this.FileBox.Location = new System.Drawing.Point(223, 20); this.FileBox.Name = "FileBox"; this.FileBox.ReadOnly = true; this.FileBox.Size = new System.Drawing.Size(242, 20); @@ -241,7 +241,7 @@ namespace BizHawk.Client.EmuHawk // ToFileRadio // this.ToFileRadio.AutoSize = true; - this.ToFileRadio.Location = new System.Drawing.Point(175, 12); + this.ToFileRadio.Location = new System.Drawing.Point(170, 22); this.ToFileRadio.Name = "ToFileRadio"; this.ToFileRadio.Size = new System.Drawing.Size(50, 17); this.ToFileRadio.TabIndex = 10; @@ -253,7 +253,7 @@ namespace BizHawk.Client.EmuHawk // this.ToWindowRadio.AutoSize = true; this.ToWindowRadio.Checked = true; - this.ToWindowRadio.Location = new System.Drawing.Point(99, 12); + this.ToWindowRadio.Location = new System.Drawing.Point(94, 22); this.ToWindowRadio.Name = "ToWindowRadio"; this.ToWindowRadio.Size = new System.Drawing.Size(73, 17); this.ToWindowRadio.TabIndex = 5;