Remove width specifications

This commit is contained in:
Dean Herbert
2019-07-29 02:47:26 +09:00
parent de8f502871
commit 663f34d3d8
3 changed files with 13 additions and 6 deletions

View File

@ -24,6 +24,7 @@ namespace osu.Game.Overlays.Chat.Tabs
Icon.Alpha = 0;
Text.Font = Text.Font.With(size: 45);
Text.Truncate = false;
}
[BackgroundDependencyLoader]