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

@ -12,7 +12,6 @@ public class GlobalKeyBindingsSection : SettingsSection
{
public override Drawable CreateIcon() => new SpriteIcon
{
RelativeSizeAxes = Axes.Both,
Icon = FontAwesome.Solid.Globe
};

View File

@ -13,7 +13,6 @@ public class RulesetBindingsSection : SettingsSection
{
public override Drawable CreateIcon() => ruleset?.CreateInstance()?.CreateIcon() ?? new SpriteIcon
{
RelativeSizeAxes = Axes.Both,
Icon = OsuIcon.Hot
};

View File

@ -15,7 +15,6 @@ public class AudioSection : SettingsSection
public override Drawable CreateIcon() => new SpriteIcon
{
RelativeSizeAxes = Axes.Both,
Icon = FontAwesome.Solid.VolumeUp
};

View File

@ -13,7 +13,6 @@ public class DebugSection : SettingsSection
public override Drawable CreateIcon() => new SpriteIcon
{
RelativeSizeAxes = Axes.Both,
Icon = FontAwesome.Solid.Bug
};

View File

@ -13,7 +13,6 @@ public class GraphicsSection : SettingsSection
public override Drawable CreateIcon() => new SpriteIcon
{
RelativeSizeAxes = Axes.Both,
Icon = FontAwesome.Solid.Laptop
};

View File

@ -13,7 +13,6 @@ public class InputSection : SettingsSection
public override Drawable CreateIcon() => new SpriteIcon
{
RelativeSizeAxes = Axes.Both,
Icon = FontAwesome.Solid.Keyboard
};

View File

@ -14,7 +14,6 @@ public class MaintenanceSection : SettingsSection
public override Drawable CreateIcon() => new SpriteIcon
{
RelativeSizeAxes = Axes.Both,
Icon = FontAwesome.Solid.Wrench
};

View File

@ -13,7 +13,6 @@ public class OnlineSection : SettingsSection
public override Drawable CreateIcon() => new SpriteIcon
{
RelativeSizeAxes = Axes.Both,
Icon = FontAwesome.Solid.GlobeAsia
};

View File

@ -21,7 +21,6 @@ public class SkinSection : SettingsSection
public override Drawable CreateIcon() => new SpriteIcon
{
RelativeSizeAxes = Axes.Both,
Icon = FontAwesome.Solid.PaintBrush
};