浏览代码

Changed colorscheme

Tig 1 年之前
父节点
当前提交
21606c8658
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      UICatalog/Scenarios/ContentScrolling.cs

+ 2 - 0
UICatalog/Scenarios/ContentScrolling.cs

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