[MIRROR] Fix weird padding issues on Character Setup screen (#5191)

* Fix weird padding issues on Character Setup screen (#43544)
This commit is contained in:
1fbff5f83b23d39d38b1dfcb4cac8d9b
2019-05-19 06:10:29 +02:00
committed by Gary Lafortune
parent 3d4b97e2ef
commit 73007986aa
2 changed files with 16 additions and 15 deletions

View File

@@ -2,6 +2,7 @@
/mob/living/carbon/human/dummy
real_name = "Test Dummy"
status_flags = GODMODE|CANPUSH
mouse_drag_pointer = MOUSE_INACTIVE_POINTER
var/in_use = FALSE
INITIALIZE_IMMEDIATE(/mob/living/carbon/human/dummy)

View File

@@ -284,7 +284,7 @@ window "preferences_window"
elem "preferences_window"
type = MAIN
pos = 372,0
size = 1120x1000
size = 1280x1000
anchor1 = none
anchor2 = none
background-color = none
@@ -293,18 +293,18 @@ window "preferences_window"
statusbar = false
elem "preferences_browser"
type = BROWSER
pos = -8,-8
size = 896x1008
pos = 0,0
size = 960x1008
anchor1 = 0,0
anchor2 = 90,100
anchor2 = 75,100
background-color = none
saved-params = ""
elem "character_preview_map"
type = MAP
pos = 887,0
size = 313x1000
pos = 960,0
size = 320x1000
anchor1 = 90,0
anchor2 = 100,100
anchor2 = 75,100
right-click = true
saved-params = "zoom;letterbox;zoom-mode"