From 810667abbc5962ab707f5a4f1ddd196f2ca720d2 Mon Sep 17 00:00:00 2001 From: katzsmile Date: Wed, 15 Sep 2010 23:50:20 +0400 Subject: [PATCH] changed border in open/save dialog --- OpenRA.Editor/MapSelect.Designer.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/OpenRA.Editor/MapSelect.Designer.cs b/OpenRA.Editor/MapSelect.Designer.cs index a4bac7722a..5337410287 100644 --- a/OpenRA.Editor/MapSelect.Designer.cs +++ b/OpenRA.Editor/MapSelect.Designer.cs @@ -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;