From 8aaaf1e44c9f6756d97523fb970a4c218a96b089 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Mon, 28 Feb 2011 22:36:45 +1300 Subject: [PATCH] center error dialog --- OpenRA.Editor/ErrorListDialog.Designer.cs | 1 + OpenRA.Editor/ErrorListDialog.resx | 120 ++++++++++++++++++++++ 2 files changed, 121 insertions(+) create mode 100644 OpenRA.Editor/ErrorListDialog.resx diff --git a/OpenRA.Editor/ErrorListDialog.Designer.cs b/OpenRA.Editor/ErrorListDialog.Designer.cs index 5b9c5c297c..5f88bb1241 100644 --- a/OpenRA.Editor/ErrorListDialog.Designer.cs +++ b/OpenRA.Editor/ErrorListDialog.Designer.cs @@ -75,6 +75,7 @@ this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "ErrorListDialog"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Map Import Errors"; this.ResumeLayout(false); diff --git a/OpenRA.Editor/ErrorListDialog.resx b/OpenRA.Editor/ErrorListDialog.resx new file mode 100644 index 0000000000..ff31a6db56 --- /dev/null +++ b/OpenRA.Editor/ErrorListDialog.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file