1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 15:07:44 +08:00

Fix settings sidebar showing scrollbar at max ui scale

This commit is contained in:
Joehu 2019-08-03 15:20:44 -07:00
parent 3a21a9e0ed
commit 115cf47ed5

View File

@ -84,6 +84,7 @@ namespace osu.Game.Overlays.Settings
Content.Anchor = Anchor.CentreLeft;
Content.Origin = Anchor.CentreLeft;
RelativeSizeAxes = Axes.Both;
ScrollbarVisible = false;
}
}