mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
This commit is contained in:
@@ -155,7 +155,7 @@ public class CheckBoxTests (ITestOutputHelper output)
|
||||
var top = new Toplevel ();
|
||||
top.Add (win);
|
||||
|
||||
RunState rs = Application.Begin (top);
|
||||
SessionToken rs = Application.Begin (top);
|
||||
Application.Driver!.SetScreenSize (30, 6);
|
||||
|
||||
Assert.Equal (Alignment.Fill, checkBox1.TextAlignment);
|
||||
|
||||
Reference in New Issue
Block a user