瀏覽代碼

Fixed Factor->Percent issue

Tig 1 年之前
父節點
當前提交
a5609cc4e3
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      UICatalog/Scenarios/AllViewsTester.cs

+ 2 - 2
UICatalog/Scenarios/AllViewsTester.cs

@@ -12,10 +12,10 @@ namespace UICatalog.Scenarios;
 [ScenarioCategory ("Top Level Windows")]
 public class AllViewsTester : Scenario
 {
-    private readonly List<string> _dimNames = new () { "Auto", "Factor", "Fill", "Absolute" };
+    private readonly List<string> _dimNames = new () { "Auto", "Percent", "Fill", "Absolute" };
 
     // TODO: This is missing some
-    private readonly List<string> _posNames = new () { "Factor", "AnchorEnd", "Center", "Absolute" };
+    private readonly List<string> _posNames = new () { "Percent", "AnchorEnd", "Center", "Absolute" };
     private ListView _classListView;
     private View _curView;
     private FrameView _hostPane;