mirror of
https://github.com/ppy/osu.git
synced 2025-01-19 04:22:55 +08:00
Extend behaviour to sample edit popover
This commit is contained in:
parent
94f51c92e0
commit
ce93455aa8
@ -148,10 +148,12 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
|
||||
bank = new LabelledTextBox
|
||||
{
|
||||
Label = "Bank Name",
|
||||
SelectAllOnFocus = true,
|
||||
},
|
||||
additionBank = new LabelledTextBox
|
||||
{
|
||||
Label = "Addition Bank",
|
||||
SelectAllOnFocus = true,
|
||||
},
|
||||
volume = new IndeterminateSliderWithTextBoxInput<int>("Volume", new BindableInt(100)
|
||||
{
|
||||
|
@ -75,6 +75,7 @@ namespace osu.Game.Screens.Edit.Timing
|
||||
textBox = new LabelledTextBox
|
||||
{
|
||||
Label = labelText,
|
||||
SelectAllOnFocus = true,
|
||||
},
|
||||
slider = new SettingsSlider<T>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user