mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
[MIRROR] Fix weird padding issues on Character Setup screen (#5191)
* Fix weird padding issues on Character Setup screen (#43544)
This commit is contained in:
committed by
Gary Lafortune
parent
3d4b97e2ef
commit
73007986aa
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user