adjustments

This commit is contained in:
codeimp 2007-12-26 01:33:46 +00:00
parent ce843171c7
commit 3cc6e82fe8
8 changed files with 9 additions and 3 deletions

View file

@ -83,6 +83,7 @@ namespace CodeImp.DoomBuilder.Interface
this.Name = "FlatBrowserForm";
this.Opacity = 0;
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Browse Flats";
this.Activated += new System.EventHandler(this.FlatBrowserForm_Activated);