mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Hard-code text size in cases it wasn't set.
This commit is contained in:
@ -54,6 +54,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
Anchor = Anchor.CentreRight,
|
||||
Origin = Anchor.CentreRight,
|
||||
Margin = new MarginPadding { Right = 4 },
|
||||
TextSize = 20
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user