1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-21 21:32:55 +08:00

Fix regression causing multi-line (wrapped) chat messages to overlap.

This commit is contained in:
Dean Herbert 2016-10-13 03:06:06 +09:00
parent 8dadc2b215
commit 8707c7f746

View File

@ -56,7 +56,7 @@ namespace osu.Game.Online.Chat.Display
} }
} }
}, },
new Container new AutoSizeContainer
{ {
RelativeSizeAxes = Axes.X, RelativeSizeAxes = Axes.X,
Padding = new MarginPadding { Left = padding + 10 }, Padding = new MarginPadding { Left = padding + 10 },