mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Fixes# 1912. Wizard shouldn't use Colors.Toplevel for help (#1913)
This commit is contained in:
@@ -203,7 +203,9 @@ namespace Terminal.Gui {
|
||||
|
||||
base.Add (contentView);
|
||||
|
||||
helpTextView.ColorScheme = Colors.TopLevel;
|
||||
helpTextView.ColorScheme = new ColorScheme () {
|
||||
Normal = new Attribute(Color.Gray, Color.DarkGray)
|
||||
};
|
||||
helpTextView.ReadOnly = true;
|
||||
helpTextView.WordWrap = true;
|
||||
base.Add (helpTextView);
|
||||
|
||||
Reference in New Issue
Block a user