This commit is contained in:
pasky1382 2013-12-03 16:40:14 +00:00
parent e1d1095c3e
commit fd6aeaa620
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ScanlineSlider";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Scanline Intensity";
this.Load += new System.EventHandler(this.ScanlineSlider_Load);