Make tests run in single window mode

Cleaning up a theme problem with shared temp

issue: MatterHackers/MCCentral#4677
make tests run in single window mode so they match our release
This commit is contained in:
Lars Brubaker 2018-12-10 14:26:29 -08:00
parent 7bb8763e2f
commit 553d09c353
3 changed files with 7 additions and 2 deletions

View file

@ -67,6 +67,8 @@ namespace MatterHackers.Agg.UI
PlatformWindow = platformWindow
};
_openWindows.FirstOrDefault().Unfocus();
systemWindow.HAnchor = HAnchor.Stretch;
systemWindow.VAnchor = VAnchor.Stretch;