Skip to content

Commit

Permalink
consistency tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
silencer-pl committed Jul 7, 2023
1 parent b1c84e9 commit 6daa3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/admin/verbs/custom_paper.dm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
if(new_sheet)
qdel(sheet)
return
show_browser(usr, "<body class='paper'>[new_text]</body>", "Custom paper preview", "custom_paper_preview", "size=650x900")
show_browser(usr, "<body class='paper'>[new_text]</body>", "Custom paper preview", "custom_paper_preview", "size=650x700")
if(alert(usr, "Make this new content?", "Customising [new_name]", "OK", "Cancel") == "Cancel")
close_browser(usr, "custom_paper_preview")
if(new_sheet)
Expand Down

0 comments on commit 6daa3a9

Please sign in to comment.