mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Made Arrangement = ViewArrangement.Fixed the default for Toplevels
This commit is contained in:
@@ -809,7 +809,11 @@ public class ApplicationTests
|
||||
Init ();
|
||||
|
||||
// Don't use Dialog here as it has more layout logic. Use Window instead.
|
||||
var w = new Window { Width = 5, Height = 5 };
|
||||
var w = new Window
|
||||
{
|
||||
Width = 5, Height = 5,
|
||||
Arrangement = ViewArrangement.Movable
|
||||
};
|
||||
((FakeDriver)Application.Driver).SetBufferSize (10, 10);
|
||||
RunState rs = Application.Begin (w);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user