mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-28 16:58:01 +01:00
Changed Top's colorscheme to base
This commit is contained in:
@@ -24,6 +24,7 @@ namespace UICatalog.Scenarios {
|
||||
//Ignore the Win that UI Catalog created and create a new one
|
||||
Application.Top.Remove (Win);
|
||||
Win?.Dispose ();
|
||||
|
||||
Win = new Window ($"{listWin.Count} - Scenario: {GetName ()}", padding) {
|
||||
X = Pos.Center (),
|
||||
Y = 1,
|
||||
@@ -175,6 +176,8 @@ namespace UICatalog.Scenarios {
|
||||
|
||||
Application.Top.Add (frame);
|
||||
listWin.Add (frame);
|
||||
|
||||
Application.Top.ColorScheme = Colors.Base;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user