소스 검색

Changed benchmark screen size

Tig 9 달 전
부모
커밋
f49213aed6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      UICatalog/UICatalog.cs

+ 1 - 1
UICatalog/UICatalog.cs

@@ -411,7 +411,7 @@ public class UICatalogApp
         Application.Init (driverName: _forceDriver);
         scenario.TopLevelColorScheme = _topLevelColorScheme;
 
-        Application.Screen = new (0, 0, 120, 50);
+        Application.Screen = new (0, 0, 120, 40);
         scenario.Main ();
 
         BenchmarkResults? results = null;