mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 22:34:09 +08:00
Reduce height of ModeTypeInfo to match adjacent text sections
This commit is contained in:
parent
90acdd4361
commit
96d20bf607
@ -12,7 +12,7 @@ namespace osu.Game.Screens.OnlinePlay.Components
|
|||||||
{
|
{
|
||||||
public class ModeTypeInfo : OnlinePlayComposite
|
public class ModeTypeInfo : OnlinePlayComposite
|
||||||
{
|
{
|
||||||
private const float height = 30;
|
private const float height = 28;
|
||||||
private const float transition_duration = 100;
|
private const float transition_duration = 100;
|
||||||
|
|
||||||
private Container drawableRuleset;
|
private Container drawableRuleset;
|
||||||
|
Loading…
Reference in New Issue
Block a user