From e78e53ba7268673c87eac816d76fe05fd62ff5c2 Mon Sep 17 00:00:00 2001 From: Morilli <35152647+Morilli@users.noreply.github.com> Date: Tue, 7 May 2024 14:51:04 +0200 Subject: [PATCH] fix avwriter warning display text --- .../AVOut/VideoWriterChooserForm.Designer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/BizHawk.Client.EmuHawk/AVOut/VideoWriterChooserForm.Designer.cs b/src/BizHawk.Client.EmuHawk/AVOut/VideoWriterChooserForm.Designer.cs index 76197b09ac..ead27c9faf 100644 --- a/src/BizHawk.Client.EmuHawk/AVOut/VideoWriterChooserForm.Designer.cs +++ b/src/BizHawk.Client.EmuHawk/AVOut/VideoWriterChooserForm.Designer.cs @@ -228,6 +228,7 @@ this.lblResolutionWarning.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblResolutionWarning.Location = new System.Drawing.Point(4, 4); this.lblResolutionWarning.Name = "lblResolutionWarning"; + this.lblResolutionWarning.MaximumSize = new System.Drawing.Size(162, 0); this.lblResolutionWarning.Text = "Resolution is not a multiple of 4! Odd or non-x4 resolutions breaks many codecs. " + "Check your output carefully and adjust the window size or codec settings if need" + "ed.";