1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 05:39:53 +08:00

Make button a little narrower

This commit is contained in:
Bartłomiej Dach
2024-11-28 14:06:12 +01:00
Unverified
parent ac2c4e81c7
commit 9926ffd326
@@ -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,
}