Use autosize instead of max width on fixed width timestamps

This commit is contained in:
Joseph Madamba
2022-11-06 18:24:54 -08:00
parent 93f84ece0d
commit b977fc8181
2 changed files with 17 additions and 27 deletions

View File

@ -191,7 +191,6 @@ namespace osu.Game.Online.Chat
{
protected override float TextSize => 15;
protected override float Spacing => 5;
protected override float TimestampWidth => 45;
protected override float UsernameWidth => 75;
public StandAloneMessage(Message message)