Formatting

This commit is contained in:
DrabWeb
2017-03-23 02:47:27 -03:00
parent b8129526a4
commit 88d878e1d5
3 changed files with 6 additions and 6 deletions

View File

@ -21,9 +21,9 @@ namespace osu.Game.Graphics.UserInterface
/// </summary>
public class OsuTabControlCheckBox : CheckBox
{
private Box box;
private SpriteText text;
private TextAwesome icon;
private readonly Box box;
private readonly SpriteText text;
private readonly TextAwesome icon;
public event EventHandler<CheckBoxState> Action;