mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 21:23:04 +08:00
Adjust separator position between top and bottom content
This commit is contained in:
parent
0cba1a357f
commit
833bb28dcf
@ -134,7 +134,8 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
|
|||||||
{
|
{
|
||||||
RelativeSizeAxes = minWidth == null ? Axes.X : Axes.None,
|
RelativeSizeAxes = minWidth == null ? Axes.X : Axes.None,
|
||||||
Width = minWidth ?? 1f,
|
Width = minWidth ?? 1f,
|
||||||
Height = 2
|
Height = 2,
|
||||||
|
Margin = new MarginPadding { Top = 2 }
|
||||||
},
|
},
|
||||||
content
|
content
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user