mirror of
https://github.com/ppy/osu.git
synced 2025-03-14 05:47:20 +08:00
change to osu text flow container
This commit is contained in:
parent
18684ad21f
commit
40db228e91
@ -111,7 +111,7 @@ namespace osu.Game.Overlays.Changelog
|
||||
RelativeSizeAxes = Axes.X,
|
||||
AutoSizeAxes = Axes.Y,
|
||||
},
|
||||
new TextFlowContainer(t =>
|
||||
new OsuTextFlowContainer(t =>
|
||||
{
|
||||
t.Font = t.Font.With(size: 12);
|
||||
t.Colour = colour.PinkLighter;
|
||||
|
Loading…
x
Reference in New Issue
Block a user