From 1315a73ef4d2bd93ceafea000bf942111b53b609 Mon Sep 17 00:00:00 2001 From: Rimi Nosha Date: Thu, 15 Dec 2022 06:40:52 +0000 Subject: [PATCH] [NON-MODULAR] Sets Pixel-Scaling for the Prefs Menu! (#18130) First try! --- code/modules/client/preferences.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index 9a0a3c16f38..2ea215689e0 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -470,7 +470,7 @@ GLOBAL_LIST_EMPTY(preferences_datums) body = new // Without this, it doesn't show up in the menu - body.appearance_flags &= ~KEEP_TOGETHER + body.appearance_flags |= KEEP_TOGETHER // SKYRAT EDIT - Fix pixel scaling - ORIGINAL: body.appearance_flags &= ~KEEP_TOGETHER /datum/preferences/proc/create_character_profiles() var/list/profiles = list()