Quick fix for Mac render bug
This commit is contained in:
parent
8b912669ba
commit
5cf6cb5c61
1 changed files with 2 additions and 2 deletions
|
|
@ -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(',');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue