mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 04:29:52 +08:00
Adjust separator position between top and bottom content
This commit is contained in:
@@ -134,7 +134,8 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
|
||||
{
|
||||
RelativeSizeAxes = minWidth == null ? Axes.X : Axes.None,
|
||||
Width = minWidth ?? 1f,
|
||||
Height = 2
|
||||
Height = 2,
|
||||
Margin = new MarginPadding { Top = 2 }
|
||||
},
|
||||
content
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user