mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 12:42:54 +08:00
Trim other leftover RelativeSizeAxes
This commit is contained in:
parent
801968ed51
commit
a436f8e6d4
@ -16,7 +16,6 @@ namespace osu.Game.Overlays.Settings.Sections
|
|||||||
|
|
||||||
public override Drawable CreateIcon() => new SpriteIcon
|
public override Drawable CreateIcon() => new SpriteIcon
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
|
||||||
Icon = FontAwesome.Regular.Circle
|
Icon = FontAwesome.Regular.Circle
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -13,7 +13,6 @@ namespace osu.Game.Overlays.Settings.Sections
|
|||||||
|
|
||||||
public override Drawable CreateIcon() => new SpriteIcon
|
public override Drawable CreateIcon() => new SpriteIcon
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
|
||||||
Icon = FontAwesome.Solid.Cog
|
Icon = FontAwesome.Solid.Cog
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user