diff --git a/MatterControlApplication.cs b/MatterControlApplication.cs index c5f120225..52bc8b4e3 100644 --- a/MatterControlApplication.cs +++ b/MatterControlApplication.cs @@ -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(','); diff --git a/StaticData/Translations/Master.txt b/StaticData/Translations/Master.txt index 3538ce063..b41a375f5 100644 --- a/StaticData/Translations/Master.txt +++ b/StaticData/Translations/Master.txt @@ -4909,3 +4909,6 @@ Translated:(Press 'Skip' to setup connection later) English:Troubleshoot Translated:Troubleshoot +English:Estimated Print Time: +Translated:Estimated Print Time: + diff --git a/Submodules/agg-sharp b/Submodules/agg-sharp index 935cac90b..ea2750128 160000 --- a/Submodules/agg-sharp +++ b/Submodules/agg-sharp @@ -1 +1 @@ -Subproject commit 935cac90bbc3c426e4ddcdcb693c193284bca1de +Subproject commit ea2750128c423880da7ebc9b2e248f2ef69fd688