mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Adjust gameplay area to match better
Also reduces size of score display to avoid hiding combos.
This commit is contained in:
@ -15,7 +15,7 @@ namespace osu.Game.Tournament.Screens.Showcase
|
||||
public TournamentLogo()
|
||||
{
|
||||
RelativeSizeAxes = Axes.X;
|
||||
Height = 100;
|
||||
Height = 95;
|
||||
Margin = new MarginPadding { Vertical = 5 };
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user