Resizes lobby manifest window

This commit is contained in:
VitrescentTortoise
2013-05-25 16:53:07 -07:00
parent 827e85c4c3
commit 6f6731dab0
+1 -1
View File
@@ -380,7 +380,7 @@
dat += "<h4>Crew Manifest</h4>"
dat += data_core.get_manifest()
src << browse(dat, "window=manifest;size=300x420;can_close=1")
src << browse(dat, "window=manifest;size=370x420;can_close=1")
Move()
return 0