mirror of https://github.com/ppy/osu
Add padding to text in `ChatTextBar` to separate it from the textbox
This commit is contained in:
parent
50aee8b665
commit
c17edb2848
|
@ -68,6 +68,7 @@ private void load(OverlayColourProvider colourProvider)
|
|||
RelativeSizeAxes = Axes.Y,
|
||||
Width = chatting_text_width,
|
||||
Masking = true,
|
||||
Padding = new MarginPadding { Right = 5 },
|
||||
Child = chattingText = new OsuSpriteText
|
||||
{
|
||||
Font = OsuFont.Torus.With(size: 20),
|
||||
|
|
Loading…
Reference in New Issue