diff --git a/UICatalog/Scenarios/ContentScrolling.cs b/UICatalog/Scenarios/ContentScrolling.cs index 67f61d3c8..5109e63e6 100644 --- a/UICatalog/Scenarios/ContentScrolling.cs +++ b/UICatalog/Scenarios/ContentScrolling.cs @@ -104,6 +104,8 @@ public class ContentScrolling : Scenario Window app = new () { Title = $"{Application.QuitKey} to Quit - Scenario: {GetName ()}", + // Use a different colorscheme so ViewSettings.ClearContentOnly is obvious + ColorScheme = Colors.ColorSchemes ["Toplevel"] }; var editor = new AdornmentsEditor ();