Updated MultiColouredTable

This commit is contained in:
Tig
2024-06-16 17:07:43 -07:00
parent 14033f4995
commit e38f95e641

View File

@@ -25,7 +25,7 @@ public class MultiColouredTable : Scenario
Title = $"{Application.QuitKey} to Quit - Scenario: {GetName ()}"
};
_tableView = new() { X = 0, Y = 1, Width = Dim.Fill (), Height = Dim.Fill (1) };
_tableView = new () { X = 0, Y = 1, Width = Dim.Fill (), Height = Dim.Fill (1) };
var menu = new MenuBar
{
@@ -55,7 +55,7 @@ public class MultiColouredTable : Scenario
dt.Rows.Add (DBNull.Value, DBNull.Value);
dt.Rows.Add (DBNull.Value, DBNull.Value);
_tableView.ColorScheme = new()
_tableView.ColorScheme = new ()
{
Disabled = appWindow.ColorScheme.Disabled,
HotFocus = appWindow.ColorScheme.HotFocus,