mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 20:13:22 +08:00
Reorder and rename toggle checkboxes to fit better
This commit is contained in:
parent
f6f5d33f53
commit
a525b3f9f8
@ -78,16 +78,16 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
|
||||
LabelText = "Waveform",
|
||||
Current = { Value = true },
|
||||
},
|
||||
controlPointsCheckbox = new OsuCheckbox
|
||||
{
|
||||
LabelText = "Control Points",
|
||||
Current = { Value = true },
|
||||
},
|
||||
ticksCheckbox = new OsuCheckbox
|
||||
{
|
||||
LabelText = "Ticks",
|
||||
Current = { Value = true },
|
||||
}
|
||||
},
|
||||
controlPointsCheckbox = new OsuCheckbox
|
||||
{
|
||||
LabelText = "BPM",
|
||||
Current = { Value = true },
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user