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:
parent
7bb8763e2f
commit
553d09c353
3 changed files with 7 additions and 2 deletions
|
|
@ -67,6 +67,8 @@ namespace MatterHackers.Agg.UI
|
|||
PlatformWindow = platformWindow
|
||||
};
|
||||
|
||||
_openWindows.FirstOrDefault().Unfocus();
|
||||
|
||||
systemWindow.HAnchor = HAnchor.Stretch;
|
||||
systemWindow.VAnchor = VAnchor.Stretch;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue