소스 검색

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;