Skip to content

Commit

Permalink
expand size (ParadiseSS13#27708)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapu1178 authored Dec 22, 2024
1 parent 9b87bbd commit 7a29d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/client/preference/preferences.dm
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ GLOBAL_LIST_INIT(special_role_times, list(
dat += "<a href='byond://?_src_=prefs;preference=reset_all'>Reset Setup</a>"
dat += "</center>"

var/datum/browser/popup = new(user, "preferences", "<div align='center'>Character Setup</div>", 820, 770)
var/datum/browser/popup = new(user, "preferences", "<div align='center'>Character Setup</div>", 820, 810)
popup.set_content(dat.Join(""))
popup.open(FALSE)

Expand Down

0 comments on commit 7a29d77

Please sign in to comment.