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:
parent
2d739c95ea
commit
083ee92dee
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user