I tried changing the size of the window according to this:
How do I set the window / screen size in xna?
however, it doesn't seem to have any affect.
graphics = new GraphicsDeviceManager(this);
graphics.PreferredBackBufferHeight = 300;
graphics.PreferredBackBufferHeight = 500;
I put that in the constructor. Any ideas?