Remove un-needed RelativeSizeAxes specifications.

This commit is contained in:
Lucas A
2020-04-26 21:17:40 +02:00
parent a756486a4d
commit 801968ed51
9 changed files with 0 additions and 9 deletions

View File

@ -21,7 +21,6 @@ namespace osu.Game.Overlays.Settings.Sections
public override Drawable CreateIcon() => new SpriteIcon
{
RelativeSizeAxes = Axes.Both,
Icon = FontAwesome.Solid.PaintBrush
};