mirror of
https://github.com/ppy/osu.git
synced 2025-02-22 19:12:56 +08:00
Increase padding to make flyte happy.
This commit is contained in:
parent
6bcbd116c8
commit
644e9ae9d5
@ -33,7 +33,7 @@ namespace osu.Game.Screens.Select
|
|||||||
LeftContent.Add(beatmapDetails = new BeatmapDetailArea
|
LeftContent.Add(beatmapDetails = new BeatmapDetailArea
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Padding = new MarginPadding { Top = 5, Right = 5 },
|
Padding = new MarginPadding { Top = 10, Right = 5 },
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user