From ec3c92fc3c31bfd4c9764cbf05621e0fbdb1a702 Mon Sep 17 00:00:00 2001 From: DrabWeb Date: Wed, 24 May 2017 22:26:48 -0300 Subject: [PATCH] Trim whitespace --- osu.Game/Overlays/Settings/Sections/General/LoginSettings.cs | 2 +- osu.Game/Users/UserStatus.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/osu.Game/Overlays/Settings/Sections/General/LoginSettings.cs b/osu.Game/Overlays/Settings/Sections/General/LoginSettings.cs index 51b95a4d8e..c2a4e4c833 100644 --- a/osu.Game/Overlays/Settings/Sections/General/LoginSettings.cs +++ b/osu.Game/Overlays/Settings/Sections/General/LoginSettings.cs @@ -303,7 +303,7 @@ namespace osu.Game.Overlays.Settings.Sections.General Icon = FontAwesome.fa_circle_o, TextSize = 14, }); - + Text.Margin = new MarginPadding { Left = LABEL_LEFT_MARGIN }; } diff --git a/osu.Game/Users/UserStatus.cs b/osu.Game/Users/UserStatus.cs index 15e6c4fb60..461008db0f 100644 --- a/osu.Game/Users/UserStatus.cs +++ b/osu.Game/Users/UserStatus.cs @@ -58,7 +58,7 @@ namespace osu.Game.Users public override string Message => @"Modding a map"; public override Color4 GetAppropriateColour(OsuColour colours) => colours.PurpleDark; } - + public class UserStatusDoNotDisturb : UserStatus { public override string Message => @"Do not disturb";