mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:37:28 +08:00
Fix some components using wrong sample set
This commit is contained in:
parent
f1c17129eb
commit
59bbd9c460
@ -41,6 +41,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
private readonly LoadingSpinner loading;
|
||||
|
||||
protected LoadingButton()
|
||||
: base(HoverSampleSet.Button)
|
||||
{
|
||||
Add(loading = new LoadingSpinner
|
||||
{
|
||||
|
@ -12,6 +12,7 @@ using osu.Framework.Graphics.Shapes;
|
||||
using osu.Game.Graphics;
|
||||
using osu.Game.Graphics.Containers;
|
||||
using osu.Game.Graphics.Sprites;
|
||||
using osu.Game.Graphics.UserInterface;
|
||||
using osu.Game.Resources.Localisation.Web;
|
||||
|
||||
namespace osu.Game.Overlays.Comments
|
||||
@ -38,6 +39,7 @@ namespace osu.Game.Overlays.Comments
|
||||
private readonly Box background;
|
||||
|
||||
public CancelButton()
|
||||
: base(HoverSampleSet.Button)
|
||||
{
|
||||
AutoSizeAxes = Axes.Both;
|
||||
Child = new CircularContainer
|
||||
|
Loading…
Reference in New Issue
Block a user