1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 19:10:43 +08:00

Fix brace style.

This commit is contained in:
smoogipooo
2017-04-07 15:57:00 +09:00
Unverified
parent 2c2a4169c6
commit a9d938e7ed
+2 -1
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,