From 33f9d64cdeae3c5277ec3c2a35b5cebe01d4ec0c Mon Sep 17 00:00:00 2001 From: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> Date: Fri, 19 Dec 2025 10:11:03 -0500 Subject: [PATCH] Chatbar now scrolls (#94520) ## About The Pull Request ignore my terrible spelling https://github.com/user-attachments/assets/fe6fd4f1-5b45-44e1-bf5c-60a893ea76bb god bless https://www.byond.com/docs/ref/skinparams.html (ignore the fact i'm putting it on a non-main window, it just works) ## Why It's Good For The Game It's very annoying that much of your text is cut off when using the bar ## Changelog :cl: fix: The chat bar now scrolls as you type. /:cl: --- interface/skin.dmf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/interface/skin.dmf b/interface/skin.dmf index 3b46689c881..f268cf77887 100644 --- a/interface/skin.dmf +++ b/interface/skin.dmf @@ -259,12 +259,13 @@ window "inputwindow" elem "input" type = INPUT pos = 0,0 - size = 805x20 + size = 520x20 anchor1 = 0,0 anchor2 = 100,100 is-default = true border = line saved-params = "command" + can-scroll = true window "inputbuttons" elem "inputbuttons"