From f47fb454e8c118b3f6b1909a36be51d7daf33029 Mon Sep 17 00:00:00 2001 From: mbrucedogs Date: Mon, 4 Aug 2025 16:11:38 -0500 Subject: [PATCH] Signed-off-by: mbrucedogs --- KaraokePlayer/SongInfoForm.Designer.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/KaraokePlayer/SongInfoForm.Designer.cs b/KaraokePlayer/SongInfoForm.Designer.cs index e9a81f6..27e0d42 100644 --- a/KaraokePlayer/SongInfoForm.Designer.cs +++ b/KaraokePlayer/SongInfoForm.Designer.cs @@ -120,10 +120,11 @@ this.BackColor = System.Drawing.Color.Black; this.ClientSize = new System.Drawing.Size(1200, 800); this.Controls.Add(this.mainPanel); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "SongInfoForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Karaoke - Up Next"; + this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.mainPanel.ResumeLayout(false); this.ResumeLayout(false);