1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 09:22:54 +08:00

Reduce header further

This commit is contained in:
smoogipoo 2020-06-25 22:22:24 +09:00
parent 23f569351a
commit 44a8039e92

View File

@ -21,7 +21,7 @@ namespace osu.Game.Screens.Multi
{
public class Header : Container
{
public const float HEIGHT = 100;
public const float HEIGHT = 80;
public Header(ScreenStack stack)
{
@ -49,7 +49,7 @@ namespace osu.Game.Screens.Multi
title = new MultiHeaderTitle
{
Anchor = Anchor.CentreLeft,
Origin = Anchor.CentreLeft,
Origin = Anchor.BottomLeft,
},
breadcrumbs = new HeaderBreadcrumbControl(stack)
{