Signed-off-by: mbrucedogs <mbrucedogs@gmail.com>

This commit is contained in:
mbrucedogs 2025-08-04 16:11:38 -05:00
parent cb1e1985c3
commit f47fb454e8

View File

@ -120,10 +120,11 @@
this.BackColor = System.Drawing.Color.Black; this.BackColor = System.Drawing.Color.Black;
this.ClientSize = new System.Drawing.Size(1200, 800); this.ClientSize = new System.Drawing.Size(1200, 800);
this.Controls.Add(this.mainPanel); this.Controls.Add(this.mainPanel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "SongInfoForm"; this.Name = "SongInfoForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Karaoke - Up Next"; this.Text = "Karaoke - Up Next";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.mainPanel.ResumeLayout(false); this.mainPanel.ResumeLayout(false);
this.ResumeLayout(false); this.ResumeLayout(false);