1
0
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:
Dean Herbert 2021-02-02 18:24:51 +09:00
parent 90acdd4361
commit 96d20bf607

View File

@ -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;