From 1ce2235e1bdc82a05a3b6e3e778478856c004e5a Mon Sep 17 00:00:00 2001 From: Adam Bogg Date: Wed, 10 Apr 2019 20:40:14 +0100 Subject: [PATCH] Stopped resizing of window (it looks bad) --- PFSpells/GeneratorWindow.Designer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/PFSpells/GeneratorWindow.Designer.cs b/PFSpells/GeneratorWindow.Designer.cs index 029a89e..2748c9a 100644 --- a/PFSpells/GeneratorWindow.Designer.cs +++ b/PFSpells/GeneratorWindow.Designer.cs @@ -206,6 +206,7 @@ private void InitializeComponent() this.Controls.Add(this.button1); this.Controls.Add(this.label2); this.Controls.Add(this.label1); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "GeneratorWindow"; this.Text = "Spell List Generator";