1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-26 00:50:16 +08:00

Update button usage

This commit is contained in:
Dean Herbert
2019-11-05 16:26:31 +09:00
Unverified
parent fe374eabe0
commit 44d0791676
3 changed files with 3 additions and 3 deletions
@@ -101,7 +101,7 @@ namespace osu.Game.Tests.Visual.Editor
}
}
private class StartStopButton : Button
private class StartStopButton : BasicButton
{
private IAdjustableClock adjustableClock;
private bool started;
+1 -1
View File
@@ -17,7 +17,7 @@ namespace osu.Game.Graphics.UserInterface
/// <summary>
/// A button with added default sound effects.
/// </summary>
public class OsuButton : Button
public class OsuButton : BasicButton
{
private Box hover;
+1 -1
View File
@@ -17,7 +17,7 @@ using osu.Game.Graphics.UserInterface;
namespace osu.Game.Overlays.Settings
{
public class SidebarButton : Button
public class SidebarButton : BasicButton
{
private readonly SpriteIcon drawableIcon;
private readonly SpriteText headerText;