From c8d23408d71ae71063055938b52577ff3f4b584d Mon Sep 17 00:00:00 2001 From: Huo Yaoyuan Date: Tue, 15 Nov 2016 01:33:26 +0800 Subject: [PATCH] Fix ChatLine for now. --- osu.Game/Online/Chat/Display/ChatLine.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/osu.Game/Online/Chat/Display/ChatLine.cs b/osu.Game/Online/Chat/Display/ChatLine.cs index 662a72f533..b4785593c6 100644 --- a/osu.Game/Online/Chat/Display/ChatLine.cs +++ b/osu.Game/Online/Chat/Display/ChatLine.cs @@ -63,6 +63,7 @@ namespace osu.Game.Online.Chat.Display { Text = Message.Content, TextSize = text_size, + AutoSizeAxes = Axes.Y, RelativeSizeAxes = Axes.X, } }