1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 21:07:33 +08:00

Remove underline from breadcrumb display

This commit is contained in:
Andrei Zavatski 2020-01-02 11:09:47 +03:00
parent 35fad4c262
commit a5c23e7cf7

View File

@ -25,6 +25,7 @@ namespace osu.Game.Overlays
{
Text.Font = Text.Font.With(size: 14);
Chevron.Y = 3;
Bar.Height = 0;
}
}
}