Fix to stop the user being able to resize the Form
git-svn-id: svn://svn.ijw.co.nz/svn/OpenRa@1172 993157c7-ee19-0410-b2c4-bb4e9862e678
This commit is contained in:
@@ -21,7 +21,7 @@ namespace OpenRa.Game
|
|||||||
Package TileMix;
|
Package TileMix;
|
||||||
string TileSuffix;
|
string TileSuffix;
|
||||||
|
|
||||||
const string mapName = "scg11eb.ini";
|
const string mapName = "scm12ea.ini";
|
||||||
|
|
||||||
Dictionary<TileReference, SheetRectangle<Sheet>> tileMapping =
|
Dictionary<TileReference, SheetRectangle<Sheet>> tileMapping =
|
||||||
new Dictionary<TileReference, SheetRectangle<Sheet>>();
|
new Dictionary<TileReference, SheetRectangle<Sheet>>();
|
||||||
@@ -106,7 +106,8 @@ namespace OpenRa.Game
|
|||||||
|
|
||||||
public MainWindow()
|
public MainWindow()
|
||||||
{
|
{
|
||||||
renderer = new Renderer(this, new Size(1280,800), false);
|
FormBorderStyle = FormBorderStyle.None;
|
||||||
|
renderer = new Renderer(this, new Size(1280, 800), false);
|
||||||
Visible = true;
|
Visible = true;
|
||||||
|
|
||||||
IniFile mapFile = new IniFile(File.OpenRead("../../../" + mapName));
|
IniFile mapFile = new IniFile(File.OpenRead("../../../" + mapName));
|
||||||
|
|||||||
Reference in New Issue
Block a user