1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 16:03:01 +08:00

Non-breaking space for "by ..."

Doesn't work for now(?)
This commit is contained in:
HoutarouOreki 2018-07-24 21:59:09 +02:00
parent 43a7b3a825
commit 74540bba83

View File

@ -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
{