1
0
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:
Bartłomiej Dach 2020-04-26 22:54:01 +02:00
parent 801968ed51
commit a436f8e6d4
2 changed files with 0 additions and 2 deletions

View File

@ -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
}; };

View File

@ -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
}; };