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);