1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-18 10:43:22 +08:00

Adjust initialisation code to start with combo colour picker hidden

This commit is contained in:
Bartłomiej Dach 2025-01-14 08:54:40 +01:00
parent fc069e060c
commit 8ffd254719
No known key found for this signature in database

View File

@ -54,7 +54,6 @@ namespace osu.Game.Screens.Edit.Components.TernaryButtons
{
RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y,
Padding = new MarginPadding { Right = 30 },
Child = new DrawableTernaryButton
{
Current = Current,
@ -66,6 +65,7 @@ namespace osu.Game.Screens.Edit.Components.TernaryButtons
{
Anchor = Anchor.CentreRight,
Origin = Anchor.CentreRight,
Alpha = 0,
Width = 25,
ComboColours = { BindTarget = comboColours }
}