mirror of
https://github.com/ppy/osu
synced 2025-03-02 09:30:57 +00:00
Add some padding between scroll bar and content
This commit is contained in:
parent
10195e0c53
commit
e89aea1fc2
@ -50,6 +50,9 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components
|
|||||||
RelativeSizeAxes = Axes.X;
|
RelativeSizeAxes = Axes.X;
|
||||||
AutoSizeAxes = Axes.Y;
|
AutoSizeAxes = Axes.Y;
|
||||||
|
|
||||||
|
// account for the fact we are in a scroll container and want a bit of spacing from the scroll bar.
|
||||||
|
Padding = new MarginPadding { Right = 5 };
|
||||||
|
|
||||||
InternalChild = new OsuContextMenuContainer
|
InternalChild = new OsuContextMenuContainer
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
|
Loading…
Reference in New Issue
Block a user