瀏覽代碼

Update initial window size for photo app

Alan Yeung 1 周之前
父節點
當前提交
4c7a841417
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/web/Photo/init.agi

+ 2 - 2
src/web/Photo/init.agi

@@ -14,10 +14,10 @@ var moduleLaunchInfo = {
 	LaunchFWDir: "index.html",
 	SupportEmb: true,
 	LaunchEmb: "embedded.html",
-	InitFWSize: [900, 550],
+	InitFWSize: [1000, 700],
 	InitEmbSize: [900, 500],
 	SupportedExt: [".jpg",".jpeg",".gif",".png",".webp", ".arw", ".cr2", ".dng", ".nef", ".raf", ".orf"]
 }
 
 //Register the module
-registerModule(JSON.stringify(moduleLaunchInfo));
+registerModule(JSON.stringify(moduleLaunchInfo));