1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 14:33:01 +08:00

Fix brace style.

This commit is contained in:
smoogipooo 2017-04-07 15:57:00 +09:00
parent 2c2a4169c6
commit a9d938e7ed

View File

@ -119,7 +119,8 @@ namespace osu.Game.Overlays
Text = @"Nothing to play",
Font = @"Exo2.0-BoldItalic"
},
new Container {
new Container
{
Padding = new MarginPadding { Bottom = progress_height },
Height = bottom_black_area_height,
RelativeSizeAxes = Axes.X,