Browse Source

Minor adjust FM default window size

Toby Chui 2 năm trước cách đây
mục cha
commit
9fc5c4d1ca
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      file_system.go

+ 1 - 1
file_system.go

@@ -123,7 +123,7 @@ func FileSystemInit() {
 		Version:     "1.0",
 		StartDir:    "SystemAO/file_system/file_explorer.html",
 		SupportFW:   true,
-		InitFWSize:  []int{1040, 600},
+		InitFWSize:  []int{1075, 600},
 		LaunchFWDir: "SystemAO/file_system/file_explorer.html",
 		SupportEmb:  false,
 	})