소스 검색

feat: 增加错误日志 & 默认fps参数修改

hexleo 4 년 전
부모
커밋
ea25e6b050
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Android/PlayerProj/animtool/src/main/java/com/tencent/qgame/playerproj/animtool/ui/ToolUI.java

+ 1 - 1
Android/PlayerProj/animtool/src/main/java/com/tencent/qgame/playerproj/animtool/ui/ToolUI.java

@@ -46,7 +46,7 @@ public class ToolUI {
     private static final String TAG = "ToolUI";
     private static final String PROPERTIES_FILE = "setting.properties";
     public static final int WIDTH = 900;
-    public static final int HEIGHT = 700;
+    public static final int HEIGHT = 750;
 
     private final JFrame frame = new JFrame("VAP tool");
     private final ButtonGroup group = new ButtonGroup();