Add new virtual float for username to timestamp padding

This commit is contained in:
Ganendra Afrasya
2019-10-01 20:47:53 +07:00
parent 2f877be0c4
commit 208b9a4eba
3 changed files with 18 additions and 3 deletions

View File

@ -146,6 +146,7 @@ namespace osu.Game.Online.Chat
protected override float HorizontalPadding => 10;
protected override float MessagePadding => 120;
protected override float TimestampPadding => 130;
public StandAloneMessage(Message message)
: base(message)