mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 22:19:30 +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 class Header : Container
|
||||||
{
|
{
|
||||||
public const float HEIGHT = 100;
|
public const float HEIGHT = 80;
|
||||||
|
|
||||||
public Header(ScreenStack stack)
|
public Header(ScreenStack stack)
|
||||||
{
|
{
|
||||||
@ -49,7 +49,7 @@ namespace osu.Game.Screens.Multi
|
|||||||
title = new MultiHeaderTitle
|
title = new MultiHeaderTitle
|
||||||
{
|
{
|
||||||
Anchor = Anchor.CentreLeft,
|
Anchor = Anchor.CentreLeft,
|
||||||
Origin = Anchor.CentreLeft,
|
Origin = Anchor.BottomLeft,
|
||||||
},
|
},
|
||||||
breadcrumbs = new HeaderBreadcrumbControl(stack)
|
breadcrumbs = new HeaderBreadcrumbControl(stack)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user