1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 11:10:02 +08:00

Reduce header further

This commit is contained in:
smoogipoo
2020-06-25 22:22:24 +09:00
Unverified
parent 23f569351a
commit 44a8039e92
+2 -2
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)
{