瀏覽代碼

Changed benchmark screen size

Tig 11 月之前
父節點
當前提交
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;