mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Makes Window default Arrangement not be movable/resizable (#3931)
* Window -> not sizeable/movable by default. Window: Code cleanup. Frameview: Code cleanup. * View API docs updates * View API docs updates
This commit is contained in:
@@ -147,6 +147,8 @@ public class WindowTests
|
||||
Assert.Null (defaultWindow.MostFocused);
|
||||
Assert.Equal (TextDirection.LeftRight_TopBottom, defaultWindow.TextDirection);
|
||||
|
||||
Assert.Equal (ViewArrangement.Overlapped, defaultWindow.Arrangement);
|
||||
|
||||
// Empty Rect
|
||||
using var windowWithFrameRectEmpty = new Window { Frame = Rectangle.Empty, Title = "title" };
|
||||
windowWithFrameRectEmpty.Layout ();
|
||||
|
||||
Reference in New Issue
Block a user