Fixes part 1

This commit is contained in:
SinTwo
2016-06-20 23:32:18 -04:00
parent 32e9c4a34b
commit 244fb40de8
21 changed files with 388 additions and 456 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ var/list/adminfaxes = list() //cache for faxes that have been sent to admins
ui = nanomanager.try_update_ui(user, src, ui_key, ui, data, force_open)
if (!ui)
ui = new(user, src, ui_key, "fax.tmpl", src.name, 400, 500)
ui = new(user, src, ui_key, "fax.tmpl", src.name, 500, 500)
ui.set_initial_data(data)
ui.open()
ui.set_auto_update(10) //this machine is so unimportant let's not have it update that often.
+1 -1
View File
@@ -52,7 +52,7 @@
ui = nanomanager.try_update_ui(user, src, ui_key, ui, data, force_open)
if (!ui)
ui = new(user, src, ui_key, "photocopier.tmpl", src.name, 400, 500)
ui = new(user, src, ui_key, "photocopier.tmpl", src.name, 300, 250)
ui.set_initial_data(data)
ui.open()
ui.set_auto_update(10)