1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 06:47:24 +08:00

Fix ChatLine for now.

This commit is contained in:
Huo Yaoyuan 2016-11-15 01:33:26 +08:00
parent 1cddc4eb5b
commit c8d23408d7

View File

@ -63,6 +63,7 @@ namespace osu.Game.Online.Chat.Display
{
Text = Message.Content,
TextSize = text_size,
AutoSizeAxes = Axes.Y,
RelativeSizeAxes = Axes.X,
}
}