From 68ba190c2fc12d21f9900eda4ddaca4abbef7ef0 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Fri, 14 May 2021 15:28:47 +1000 Subject: [PATCH] Fix text wrapping in SNESOptions fixes 64d14a7f9 --- .../config/SNES/SNESOptions.Designer.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/BizHawk.Client.EmuHawk/config/SNES/SNESOptions.Designer.cs b/src/BizHawk.Client.EmuHawk/config/SNES/SNESOptions.Designer.cs index 232c51fa3d8..d7b37246889 100644 --- a/src/BizHawk.Client.EmuHawk/config/SNES/SNESOptions.Designer.cs +++ b/src/BizHawk.Client.EmuHawk/config/SNES/SNESOptions.Designer.cs @@ -31,7 +31,7 @@ private void InitializeComponent() this.btnOk = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.cbDoubleSize = new System.Windows.Forms.CheckBox(); - this.lblDoubleSize = new BizHawk.WinForms.Controls.LocLabelEx(); + this.lblDoubleSize = new BizHawk.WinForms.Controls.LocSzLabelEx(); this.radioButton1 = new System.Windows.Forms.RadioButton(); this.cbCropSGBFrame = new System.Windows.Forms.CheckBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); @@ -85,6 +85,7 @@ private void InitializeComponent() // this.lblDoubleSize.Location = new System.Drawing.Point(36, 41); this.lblDoubleSize.Name = "lblDoubleSize"; + this.lblDoubleSize.Size = new System.Drawing.Size(254, 57); this.lblDoubleSize.Text = "Some games are changing the resolution constantly (e.g. SD3) so this option can f" + "orce the SNES output to stay double-size always. NOTE: The Accuracy core runs as" + " if this is selected.\r\n"; @@ -252,7 +253,7 @@ private void InitializeComponent() private System.Windows.Forms.Button btnOk; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.CheckBox cbDoubleSize; - private BizHawk.WinForms.Controls.LocLabelEx lblDoubleSize; + private BizHawk.WinForms.Controls.LocSzLabelEx lblDoubleSize; private System.Windows.Forms.RadioButton radioButton1; private System.Windows.Forms.CheckBox cbCropSGBFrame; private System.Windows.Forms.GroupBox groupBox1;