mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 05:11:19 +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;
|
||||
|
||||
Reference in New Issue
Block a user