mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 12:02:55 +08:00
Non-breaking space for "by ..."
Doesn't work for now(?)
This commit is contained in:
parent
43a7b3a825
commit
74540bba83
@ -244,7 +244,7 @@ namespace osu.Game.Overlays.Changelog
|
||||
t.Colour = Color4.SkyBlue;
|
||||
});
|
||||
}
|
||||
title.AddText($" by {entry.GithubUser.DisplayName}", t => t.TextSize = 14); //web: 12;
|
||||
title.AddText($" by\u00A0{entry.GithubUser.DisplayName}", t => t.TextSize = 14); //web: 12;
|
||||
TextFlowContainer messageContainer;
|
||||
ChangelogEntries.Add(messageContainer = new OsuTextFlowContainer
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user