mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-28 00:38:00 +01:00
Updated Window.Arrangement
This commit is contained in:
@@ -29,6 +29,7 @@ public class Window : Toplevel
|
||||
{
|
||||
CanFocus = true;
|
||||
TabStop = TabBehavior.TabGroup;
|
||||
Arrangement = ViewArrangement.Movable | ViewArrangement.Overlapped;
|
||||
ColorScheme = Colors.ColorSchemes ["Base"]; // TODO: make this a theme property
|
||||
BorderStyle = DefaultBorderStyle;
|
||||
ShadowStyle = DefaultShadow;
|
||||
|
||||
Reference in New Issue
Block a user