diff --git a/osu.Desktop.VisualTests/Tests/TestCaseKeyCounter.cs b/osu.Desktop.VisualTests/Tests/TestCaseKeyCounter.cs index 1441cc93be..a7cc5d5fd6 100644 --- a/osu.Desktop.VisualTests/Tests/TestCaseKeyCounter.cs +++ b/osu.Desktop.VisualTests/Tests/TestCaseKeyCounter.cs @@ -44,14 +44,11 @@ namespace osu.Desktop.VisualTests.Tests Key key = (Key)((int)Key.A + RNG.Next(26)); kc.Add(new KeyCounterKeyboard(key.ToString(), key)); }); - Add(new SliderBar + ButtonsContainer.Add(new SliderBar { - Origin = Anchor.TopLeft, - Anchor = Anchor.TopLeft, Width = 150, Height = 10, SelectionColor = Color4.Orange, - Position = new Vector2(0, 50), Bindable = bindable }); Add(kc);