1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 11:37:28 +08:00

Trim whitespace

This commit is contained in:
DrabWeb 2017-05-24 22:26:48 -03:00
parent 9cad344401
commit ec3c92fc3c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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