mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 09:02:58 +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()
|
public MultiplayerCountdownButton()
|
||||||
{
|
{
|
||||||
Icon = FontAwesome.Solid.CaretDown;
|
Icon = FontAwesome.Regular.Clock;
|
||||||
IconScale = new Vector2(0.6f);
|
|
||||||
|
|
||||||
Add(background = new Box
|
Add(background = new Box
|
||||||
{
|
{
|
||||||
@ -44,6 +43,8 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Match
|
|||||||
});
|
});
|
||||||
|
|
||||||
base.Action = this.ShowPopover;
|
base.Action = this.ShowPopover;
|
||||||
|
|
||||||
|
TooltipText = "Countdown settings";
|
||||||
}
|
}
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
|
Loading…
Reference in New Issue
Block a user