mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Add new virtual float for username to timestamp padding
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user