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); Text.Font = Text.Font.With(size: 14);
Chevron.Y = 3; Chevron.Y = 3;
Bar.Height = 0;
} }
} }
} }