mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 03:25:11 +08:00
Use more appropriate icon on countdown button (and give tooltip)
This commit is contained in:
parent
8553adc401
commit
463091bde2
@ -34,8 +34,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Match
|
||||
|
||||
public MultiplayerCountdownButton()
|
||||
{
|
||||
Icon = FontAwesome.Solid.CaretDown;
|
||||
IconScale = new Vector2(0.6f);
|
||||
Icon = FontAwesome.Regular.Clock;
|
||||
|
||||
Add(background = new Box
|
||||
{
|
||||
@ -44,6 +43,8 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Match
|
||||
});
|
||||
|
||||
base.Action = this.ShowPopover;
|
||||
|
||||
TooltipText = "Countdown settings";
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
|
Loading…
Reference in New Issue
Block a user