1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-01 17:19:56 +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
Unverified
parent fc069e060c
commit 8ffd254719
@@ -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 }
}