From eb1c5e089950a6c19c7e3d0f82b7166ff3ed5247 Mon Sep 17 00:00:00 2001 From: Huo Yaoyuan Date: Wed, 7 Dec 2016 01:31:21 +0800 Subject: [PATCH] Put slider bar into ButtonsContainer. --- osu.Desktop.VisualTests/Tests/TestCaseKeyCounter.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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);