Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions Terminal.Gui/Windows/Wizard.cs
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,6 @@ public WizardStep (ustring title)

base.Add (contentView);

helpTextView.ColorScheme = new ColorScheme () {
Normal = new Attribute(Color.Gray, Color.DarkGray),
Focus = new Attribute(Color.DarkGray, Color.Gray),
HotFocus = new Attribute(Color.White, Color.DarkGray)
};
helpTextView.ReadOnly = true;
helpTextView.WordWrap = true;
base.Add (helpTextView);
Expand Down
1 change: 1 addition & 0 deletions UICatalog/Scenarios/Wizards.cs
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ void Top_Loaded ()
Height = Dim.Fill (1),
WordWrap = true,
AllowsTab = false,
ColorScheme = Colors.Base
};
var help = "This is helpful.";
fourthStep.Add (someText);
Expand Down