Make MC not be at a bad size when loading.
This commit is contained in:
parent
77d3df1d01
commit
c7a9df3f06
3 changed files with 6 additions and 3 deletions
|
|
@ -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(',');
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue