mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 13:37:25 +08:00
Fix weird scroll container sizing
This commit is contained in:
parent
d0ff5be7e6
commit
ff5cb116f0
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user