Cleanup code

This commit is contained in:
tznind
2025-03-19 20:36:15 +00:00
committed by Tig
parent 29355c8b63
commit 56d3835c37
5 changed files with 72 additions and 50 deletions

View File

@@ -13,7 +13,7 @@ public static class With
/// <param name="width"></param>
/// <param name="height"></param>
/// <returns></returns>
public static GuiTestContext A<T> (int width, int height) where T : Toplevel, new () { return new (()=>new T(), width, height); }
public static GuiTestContext A<T> (int width, int height) where T : Toplevel, new () { return new (() => new T (), width, height); }
/// <summary>
/// The global timeout to allow for any given application to run for before shutting down.