1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-24 03:17:21 +08:00

requested changes

This commit is contained in:
Jorolf 2017-04-12 10:52:24 +02:00
parent ed2f5d210e
commit d2affe6867
2 changed files with 7 additions and 2 deletions

View File

@ -86,6 +86,7 @@ namespace osu.Game.Graphics.UserInterface
bar = new Box
{
RelativeSizeAxes = Axes.Both,
Width = 0,
},
};
}

View File

@ -180,7 +180,12 @@ namespace osu.Game.Screens.Select
RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y,
Direction = FillDirection.Vertical,
Padding = new MarginPadding(15) { Top = 25, Bottom = 0 },
Padding = new MarginPadding
{
Top = 25,
Left = 15,
Right = 15,
},
Children = new Drawable[]
{
new OsuSpriteText
@ -194,7 +199,6 @@ namespace osu.Game.Screens.Select
{
RelativeSizeAxes = Axes.X,
Height = 5,
Length = 0,
},
new Container
{