1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:07:25 +08:00

Fix weird scroll container sizing

This commit is contained in:
Bartłomiej Dach 2022-11-21 19:27:06 +01:00
parent d0ff5be7e6
commit ff5cb116f0
No known key found for this signature in database

View File

@ -39,8 +39,7 @@ namespace osu.Game.Tests.Visual.Settings
{
new OsuScrollContainer(Direction.Vertical)
{
RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y,
RelativeSizeAxes = Axes.Both,
Child = settings = new TabletSettings(tabletHandler)
{
RelativeSizeAxes = Axes.None,