mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Use autosize instead of max width on fixed width timestamps
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user