mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 05:01:22 +08:00
Reduce height of ModeTypeInfo to match adjacent text sections
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user