From f3cd641ad281effefd62cdce696a874269169802 Mon Sep 17 00:00:00 2001 From: codeimp Date: Fri, 10 Jul 2009 20:36:14 +0000 Subject: [PATCH] @ another visual bug fix --- Source/Core/Windows/MapOptionsForm.Designer.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Source/Core/Windows/MapOptionsForm.Designer.cs b/Source/Core/Windows/MapOptionsForm.Designer.cs index 0818e582..e62b1c2e 100644 --- a/Source/Core/Windows/MapOptionsForm.Designer.cs +++ b/Source/Core/Windows/MapOptionsForm.Designer.cs @@ -115,12 +115,13 @@ namespace CodeImp.DoomBuilder.Windows // // label4 // + label4.AutoSize = true; label4.Location = new System.Drawing.Point(15, 190); label4.Name = "label4"; - label4.Size = new System.Drawing.Size(349, 34); + label4.Size = new System.Drawing.Size(312, 28); label4.TabIndex = 17; - label4.Text = "Drag items to change order (lower items override higher items). Grayed items are " + - "loaded according to the game configuration."; + label4.Text = "Drag items to change order (lower items override higher items).\r\nGrayed items are" + + " loaded according to the game configuration."; // // apply //