changed border in open/save dialog
This commit is contained in:
4
OpenRA.Editor/MapSelect.Designer.cs
generated
4
OpenRA.Editor/MapSelect.Designer.cs
generated
@@ -141,7 +141,9 @@
|
|||||||
this.Controls.Add(this.btnOk);
|
this.Controls.Add(this.btnOk);
|
||||||
this.Controls.Add(this.btnCancel);
|
this.Controls.Add(this.btnCancel);
|
||||||
this.Controls.Add(this.MapList);
|
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.Name = "MapSelect";
|
||||||
this.ShowIcon = false;
|
this.ShowIcon = false;
|
||||||
this.ShowInTaskbar = false;
|
this.ShowInTaskbar = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user