mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Updated MultiColouredTable
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user