mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
merged from develop after accident
This commit is contained in:
@@ -19,8 +19,8 @@ namespace Terminal.Gui.TopLevelTests {
|
||||
var top = new Toplevel ();
|
||||
|
||||
Assert.Equal (Colors.TopLevel, top.ColorScheme);
|
||||
Assert.Equal ("Dim.Fill(margin=0)", top.Width.ToString ());
|
||||
Assert.Equal ("Dim.Fill(margin=0)", top.Height.ToString ());
|
||||
Assert.Equal ("Fill(0)", top.Width.ToString ());
|
||||
Assert.Equal ("Fill(0)", top.Height.ToString ());
|
||||
Assert.False (top.Running);
|
||||
Assert.False (top.Modal);
|
||||
Assert.Null (top.MenuBar);
|
||||
|
||||
Reference in New Issue
Block a user