1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 06:07:25 +08:00

Fix caret width having changed

This commit is contained in:
Dean Herbert 2019-12-24 18:23:09 +09:00
parent e088a85662
commit bc75bd34f6

View File

@ -16,6 +16,8 @@ namespace osu.Game.Graphics.UserInterface
{
protected override float LeftRightPadding => 10;
protected override float CaretWidth => 3;
protected override SpriteText CreatePlaceholder() => new OsuSpriteText
{
Font = OsuFont.GetFont(italics: true),