mirror of
https://github.com/osukey/osukey.git
synced 2025-05-05 05:37:18 +09:00
Limit components list height to better align with actual viewport
This commit is contained in:
parent
20ff05c9ff
commit
bde72faa7c
@ -52,6 +52,7 @@ namespace osu.Game.Skinning.Editor
|
|||||||
{
|
{
|
||||||
Anchor = Anchor.CentreLeft,
|
Anchor = Anchor.CentreLeft,
|
||||||
Origin = Anchor.CentreLeft,
|
Origin = Anchor.CentreLeft,
|
||||||
|
Height = SkinEditorContainer.VISIBLE_TARGET_SCALE,
|
||||||
RequestPlacement = placeComponent
|
RequestPlacement = placeComponent
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user