Make MC not be at a bad size when loading.

This commit is contained in:
Lars Brubaker 2016-06-03 17:07:29 -07:00
parent 77d3df1d01
commit c7a9df3f06
3 changed files with 6 additions and 3 deletions

View file

@ -406,8 +406,8 @@ namespace MatterHackers.MatterControl
{
// try and open our window matching the last size that we had for it.
string windowSize = ApplicationSettings.Instance.get("WindowSize");
int width = 600;
int height = 600;
int width = 601;
int height = 601;
if (windowSize != null && windowSize != "")
{
string[] sizes = windowSize.Split(',');

View file

@ -4909,3 +4909,6 @@ Translated:(Press 'Skip' to setup connection later)
English:Troubleshoot
Translated:Troubleshoot
English:Estimated Print Time:
Translated:Estimated Print Time:

@ -1 +1 @@
Subproject commit 935cac90bbc3c426e4ddcdcb693c193284bca1de
Subproject commit ea2750128c423880da7ebc9b2e248f2ef69fd688