From 2af0c5967f2067818f9eea0788bb197cddddc7fa Mon Sep 17 00:00:00 2001 From: AJ Date: Sat, 14 Jan 2023 07:37:48 -0500 Subject: [PATCH] Show results windows maximized --- CutList/Forms/ResultsForm.Designer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/CutList/Forms/ResultsForm.Designer.cs b/CutList/Forms/ResultsForm.Designer.cs index 7e57635..af422ff 100644 --- a/CutList/Forms/ResultsForm.Designer.cs +++ b/CutList/Forms/ResultsForm.Designer.cs @@ -233,6 +233,7 @@ this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Results"; + this.WindowState = System.Windows.Forms.FormWindowState.Maximized; ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.binBindingSource)).EndInit(); this.splitContainer1.Panel1.ResumeLayout(false);