mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 00:02:54 +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
|
||||
{
|
||||
private const float height = 30;
|
||||
private const float height = 28;
|
||||
private const float transition_duration = 100;
|
||||
|
||||
private Container drawableRuleset;
|
||||
|
Loading…
Reference in New Issue
Block a user