1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 19:27:31 +08:00

Increase padding to make flyte happy.

This commit is contained in:
Dean Herbert 2017-03-23 16:36:52 +09:00
parent 6bcbd116c8
commit 644e9ae9d5
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

@ -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 },
}); });
} }