mirror of
https://github.com/ppy/osu.git
synced 2025-01-21 07:33:12 +08:00
Adjust spacing and padding of footer buttons
This commit is contained in:
parent
16aecfe934
commit
8fce5911a9
@ -195,14 +195,19 @@ namespace osu.Game.Screens.OnlinePlay.Match
|
|||||||
new Container
|
new Container
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Children = new[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
new Box
|
new Box
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Colour = Color4Extensions.FromHex(@"28242d") // Temporary.
|
Colour = Color4Extensions.FromHex(@"28242d") // Temporary.
|
||||||
},
|
},
|
||||||
CreateFooter()
|
new Container
|
||||||
|
{
|
||||||
|
RelativeSizeAxes = Axes.Both,
|
||||||
|
Padding = new MarginPadding(5),
|
||||||
|
Child = CreateFooter()
|
||||||
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -53,7 +53,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Match
|
|||||||
{
|
{
|
||||||
new Dimension(),
|
new Dimension(),
|
||||||
new Dimension(maxSize: spectate_button_width),
|
new Dimension(maxSize: spectate_button_width),
|
||||||
new Dimension(GridSizeMode.Absolute, 10),
|
new Dimension(GridSizeMode.Absolute, 5),
|
||||||
new Dimension(maxSize: ready_button_width),
|
new Dimension(maxSize: ready_button_width),
|
||||||
new Dimension()
|
new Dimension()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user