1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-29 06:09:59 +08:00

Add padding to text in ChatTextBar to separate it from the textbox

This commit is contained in:
Jai Sharma
2022-05-03 22:32:51 +01:00
Unverified
parent 50aee8b665
commit c17edb2848
+1
View File
@@ -68,6 +68,7 @@ namespace osu.Game.Overlays.Chat
RelativeSizeAxes = Axes.Y,
Width = chatting_text_width,
Masking = true,
Padding = new MarginPadding { Right = 5 },
Child = chattingText = new OsuSpriteText
{
Font = OsuFont.Torus.With(size: 20),