Add some padding between scroll bar and content

This commit is contained in:
Dean Herbert 2021-08-12 19:38:53 +09:00
parent 10195e0c53
commit e89aea1fc2
1 changed files with 3 additions and 0 deletions

View File

@ -50,6 +50,9 @@ public RoomsContainer()
RelativeSizeAxes = Axes.X;
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
{
RelativeSizeAxes = Axes.X,