mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 17:37:23 +09:00
Put slider bar into ButtonsContainer.
This commit is contained in:
parent
cb8a07b653
commit
eb1c5e0899
@ -44,14 +44,11 @@ namespace osu.Desktop.VisualTests.Tests
|
|||||||
Key key = (Key)((int)Key.A + RNG.Next(26));
|
Key key = (Key)((int)Key.A + RNG.Next(26));
|
||||||
kc.Add(new KeyCounterKeyboard(key.ToString(), key));
|
kc.Add(new KeyCounterKeyboard(key.ToString(), key));
|
||||||
});
|
});
|
||||||
Add(new SliderBar<int>
|
ButtonsContainer.Add(new SliderBar<int>
|
||||||
{
|
{
|
||||||
Origin = Anchor.TopLeft,
|
|
||||||
Anchor = Anchor.TopLeft,
|
|
||||||
Width = 150,
|
Width = 150,
|
||||||
Height = 10,
|
Height = 10,
|
||||||
SelectionColor = Color4.Orange,
|
SelectionColor = Color4.Orange,
|
||||||
Position = new Vector2(0, 50),
|
|
||||||
Bindable = bindable
|
Bindable = bindable
|
||||||
});
|
});
|
||||||
Add(kc);
|
Add(kc);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user