1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 06:52:56 +08:00

Adjust button vertical padding

This commit is contained in:
Bartłomiej Dach 2021-11-27 16:09:00 +01:00
parent 2d739c95ea
commit 083ee92dee
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -121,7 +121,7 @@ namespace osu.Game.Beatmaps.Drawables.Cards
RelativeSizeAxes = Axes.Y, RelativeSizeAxes = Axes.Y,
Origin = Anchor.TopRight, Origin = Anchor.TopRight,
Anchor = Anchor.TopRight, Anchor = Anchor.TopRight,
Padding = new MarginPadding { Vertical = 17.5f }, Padding = new MarginPadding { Vertical = 35 },
Child = rightAreaButtons = new Container<BeatmapCardIconButton> Child = rightAreaButtons = new Container<BeatmapCardIconButton>
{ {
RelativeSizeAxes = Axes.Both, RelativeSizeAxes = Axes.Both,