You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The size of the chatbox is incorrect, along with the position of the chatbox. I believe we're just using the same scheme as Garry's Mod for the chatbox, so I'm not sure what's going on here
The chatbox text color is consistently orange.
The padding on the Filters button is incorrect, which may be related to item 1
Writing text in the TextEntry overflows the bounds, which has two problems
a. The TextEntry should be horizontally scrollable
b. Even if it wasn't, shouldn't the text quads be clipped against the bounds of the text entry?
a. The TextEntry should be horizontally scrollable
b. Even if it wasn't, shouldn't the text quads be clipped against the bounds of the text entry?