git-svn-id: svn://svn.ijw.co.nz/svn/OpenRa@1245 993157c7-ee19-0410-b2c4-bb4e9862e678

This commit is contained in:
beedee
2007-07-14 09:58:41 +00:00
parent 1bb569e277
commit 268e77161a
4 changed files with 4 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ namespace OpenRa.Game
public static Region Create(Viewport v, DockStyle d, int size, MethodInvoker f)
{
Point topLeft = new Point(0, 0);
Point bottomRight = new Point(v.ClientSize);
Point bottomRight = new Point(v.Width, v.Height);
Size s = MakeSize(v, d, size);