mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
change to osu text flow container
This commit is contained in:
@ -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