changed border in open/save dialog

This commit is contained in:
katzsmile
2010-09-15 23:50:20 +04:00
committed by Paul Chote
parent a66efd56f2
commit 810667abbc

View File

@@ -141,7 +141,9 @@
this.Controls.Add(this.btnOk);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.MapList);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "MapSelect";
this.ShowIcon = false;
this.ShowInTaskbar = false;