mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 15:33:05 +08:00
Add a label for slider bar.
This commit is contained in:
parent
1982c8de46
commit
ca2531164a
@ -46,6 +46,7 @@ namespace osu.Desktop.VisualTests.Tests
|
||||
Key key = (Key)((int)Key.A + RNG.Next(26));
|
||||
kc.Add(new KeyCounterKeyboard(key.ToString(), key));
|
||||
});
|
||||
ButtonsContainer.Add(new SpriteText { Text = "FadeTime" });
|
||||
ButtonsContainer.Add(new TestSliderBar<int>
|
||||
{
|
||||
Width = 150,
|
||||
|
Loading…
Reference in New Issue
Block a user