Browse Source

Update Examples/UICatalog/UICatalogRunnable.cs

Co-authored-by: Copilot <[email protected]>
Tig 1 week ago
parent
commit
25223ce7ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Examples/UICatalog/UICatalogRunnable.cs

+ 1 - 1
Examples/UICatalog/UICatalogRunnable.cs

@@ -289,7 +289,7 @@ public class UICatalogRunnable : Runnable
             _diagnosticFlagsSelector = new ()
             {
                 Styles = SelectorStyles.ShowNoneFlag,
-                CanFocus =true
+                CanFocus = true
 
             };
             _diagnosticFlagsSelector.UsedHotKeys.Add (Key.D);