1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 16:12:57 +08:00

Limit components list height to better align with actual viewport

This commit is contained in:
Dean Herbert 2021-04-30 13:04:10 +09:00
parent 20ff05c9ff
commit bde72faa7c

View File

@ -52,6 +52,7 @@ namespace osu.Game.Skinning.Editor
{
Anchor = Anchor.CentreLeft,
Origin = Anchor.CentreLeft,
Height = SkinEditorContainer.VISIBLE_TARGET_SCALE,
RequestPlacement = placeComponent
}
}