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:
parent
23f569351a
commit
44a8039e92
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user