More adjustments to the width and height of the preferences screen.

This commit is contained in:
TZK13
2014-12-23 07:08:58 -06:00
parent 8654c06b90
commit 674aa40115
+1 -1
View File
@@ -274,7 +274,7 @@ datum/preferences
dat += "</center>"
//user << browse(dat, "window=preferences;size=560x560")
var/datum/browser/popup = new(user, "preferences", "<div align='center'>Character Setup</div>", 580, 660)
var/datum/browser/popup = new(user, "preferences", "<div align='center'>Character Setup</div>", 640, 680)
popup.set_content(dat)
popup.open(0)