Skip to content

Commit

Permalink
makes the pref window slightly bigger (BeeStation#8483)
Browse files Browse the repository at this point in the history
* reschange

* res2
  • Loading branch information
EvilDragonfiend authored Feb 25, 2023
1 parent d663e07 commit 3996f87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion code/modules/client/preferences.dm
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
dat += "</center>"

winshow(user, "preferences_window", TRUE)
var/datum/browser/popup = new(user, "preferences_browser", "<div align='center'>Character Setup</div>", 640, 770)
var/datum/browser/popup = new(user, "preferences_browser", "<div align='center'>Character Setup</div>", 640, 830)
popup.set_content(dat.Join())
popup.open(FALSE)
onclose(user, "preferences_window", src)
Expand Down
6 changes: 3 additions & 3 deletions interface/skin.dmf
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ window "preferences_window"
elem "preferences_window"
type = MAIN
pos = 372,0
size = 1280x1000
size = 1280x1060
anchor1 = none
anchor2 = none
is-visible = false
Expand All @@ -302,14 +302,14 @@ window "preferences_window"
elem "preferences_browser"
type = BROWSER
pos = 0,0
size = 960x1000
size = 960x1060
anchor1 = 0,0
anchor2 = 75,100
saved-params = ""
elem "character_preview_map"
type = MAP
pos = 960,0
size = 320x1000
size = 320x1060
anchor1 = 75,0
anchor2 = 100,100
right-click = true
Expand Down

0 comments on commit 3996f87

Please sign in to comment.