Remove all trailing whitespaces in this repo.

This commit is contained in:
Huo Yaoyuan
2017-04-06 16:21:18 +08:00
parent 9b1e010dcc
commit 411988f038
34 changed files with 66 additions and 66 deletions

View File

@ -25,7 +25,7 @@ namespace osu.Game.Overlays
public const float SIDEBAR_WIDTH = Sidebar.DEFAULT_WIDTH;
private const float width = 400;
private const float sidebar_padding = 10;
private ScrollContainer scrollContainer;
@ -118,7 +118,7 @@ namespace osu.Game.Overlays
).ToArray()
}
};
scrollContainer.Padding = new MarginPadding { Top = game?.Toolbar.DrawHeight ?? 0 };
}