Quick fix for Mac render bug

This commit is contained in:
John Lewin 2015-01-13 18:59:55 -08:00
parent 8b912669ba
commit 5cf6cb5c61

View file

@ -87,8 +87,8 @@ namespace MatterHackers.MatterControl
UserSettings.Instance.Fields.SetBool(WindowLeftOpenKey, true);
string windowSize = UserSettings.Instance.get(WindowSizeKey);
int width = 400;
int height = 300;
int width = 600;
int height = 400;
if (windowSize != null && windowSize != "")
{
string[] sizes = windowSize.Split(',');