From bde72faa7ccf81f74b9fbd16538f954ce9488edf Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Fri, 30 Apr 2021 13:04:10 +0900 Subject: [PATCH] Limit components list height to better align with actual viewport --- osu.Game/Skinning/Editor/SkinEditor.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/osu.Game/Skinning/Editor/SkinEditor.cs b/osu.Game/Skinning/Editor/SkinEditor.cs index 902cb389e6..298976c39b 100644 --- a/osu.Game/Skinning/Editor/SkinEditor.cs +++ b/osu.Game/Skinning/Editor/SkinEditor.cs @@ -52,6 +52,7 @@ namespace osu.Game.Skinning.Editor { Anchor = Anchor.CentreLeft, Origin = Anchor.CentreLeft, + Height = SkinEditorContainer.VISIBLE_TARGET_SCALE, RequestPlacement = placeComponent } }