Use OsuButton everywhere

This commit is contained in:
Dean Herbert
2019-06-18 17:17:46 +09:00
parent 437ad2b0d0
commit 711214ed09
4 changed files with 17 additions and 17 deletions

View File

@ -128,21 +128,21 @@ namespace osu.Game.Tournament.Screens.Drawings
// Control panel container
new ControlPanel
{
new TriangleButton
new OsuButton
{
RelativeSizeAxes = Axes.X,
Text = "Begin random",
Action = teamsContainer.StartScrolling,
},
new TriangleButton
new OsuButton
{
RelativeSizeAxes = Axes.X,
Text = "Stop random",
Action = teamsContainer.StopScrolling,
},
new TriangleButton
new OsuButton
{
RelativeSizeAxes = Axes.X,
@ -150,7 +150,7 @@ namespace osu.Game.Tournament.Screens.Drawings
Action = reloadTeams
},
new ControlPanel.Spacer(),
new TriangleButton
new OsuButton
{
RelativeSizeAxes = Axes.X,