Raise admin game panel resolution (#10201)

This commit is contained in:
JohnWildkins
2020-10-08 11:47:11 -04:00
committed by GitHub
parent c8bac9f8b9
commit da8c1b3864
2 changed files with 7 additions and 1 deletions

View File

@@ -7,4 +7,4 @@
create_object_html = file2text('html/create_object.html')
create_object_html = replacetext(create_object_html, "null /* object types */", "\"[objectjs]\"")
user << browse(replacetext(create_object_html, "/* ref src */", "\ref[src]"), "window=create_object;size=425x475")
user << browse(replacetext(create_object_html, "/* ref src */", "\ref[src]"), "window=create_object;size=600x600")