mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09: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