Skip to content

Commit

Permalink
Trim whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
DrabWeb committed May 25, 2017
1 parent 9cad344 commit ec3c92f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ public UserDropdownHeader()
Icon = FontAwesome.fa_circle_o,
TextSize = 14,
});

Text.Margin = new MarginPadding { Left = LABEL_LEFT_MARGIN };
}

Expand Down
2 changes: 1 addition & 1 deletion osu.Game/Users/UserStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class UserStatusModding : UserStatus
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";
Expand Down

0 comments on commit ec3c92f

Please sign in to comment.