mirror of
https://github.com/ppy/osu.git
synced 2026-05-22 17:40:01 +08:00
Make button a little narrower
This commit is contained in:
@@ -59,7 +59,7 @@ namespace osu.Game.Screens.OnlinePlay.Playlists
|
||||
Action = () => OnClose?.Invoke(),
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
Size = new Vector2(200, 1),
|
||||
Size = new Vector2(120, 1),
|
||||
Alpha = 0,
|
||||
RelativeSizeAxes = Axes.Y,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user