diff --git a/UICatalog/Scenarios/MultiColouredTable.cs b/UICatalog/Scenarios/MultiColouredTable.cs index 01c0e6f1b..4ac82bb00 100644 --- a/UICatalog/Scenarios/MultiColouredTable.cs +++ b/UICatalog/Scenarios/MultiColouredTable.cs @@ -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,