mirror of
https://github.com/ppy/osu.git
synced 2025-03-24 03:17:21 +08:00
requested changes
This commit is contained in:
parent
ed2f5d210e
commit
d2affe6867
@ -86,6 +86,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
bar = new Box
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Width = 0,
|
||||
},
|
||||
};
|
||||
}
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user