1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-21 10:13:20 +08:00

Adjust paddings/spacings

This commit is contained in:
smoogipoo 2021-08-18 17:28:20 +09:00
parent 5faf2df9b4
commit 9220d17202
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ namespace osu.Game.Screens.OnlinePlay.Match.Components
public abstract class RoomSettingsOverlay : FocusedOverlayContainer, IKeyBindingHandler<GlobalAction> public abstract class RoomSettingsOverlay : FocusedOverlayContainer, IKeyBindingHandler<GlobalAction>
{ {
protected const float TRANSITION_DURATION = 350; protected const float TRANSITION_DURATION = 350;
protected const float FIELD_PADDING = 45; protected const float FIELD_PADDING = 25;
protected OnlinePlayComposite Settings { get; set; } protected OnlinePlayComposite Settings { get; set; }

View File

@ -160,7 +160,7 @@ namespace osu.Game.Screens.OnlinePlay.Match
new Container new Container
{ {
RelativeSizeAxes = Axes.Both, RelativeSizeAxes = Axes.Both,
Padding = new MarginPadding(10), Padding = new MarginPadding(20),
Child = CreateMainContent(), Child = CreateMainContent(),
}, },
new Container new Container

View File

@ -193,7 +193,7 @@ namespace osu.Game.Screens.OnlinePlay.Playlists
Child = new GridContainer Child = new GridContainer
{ {
RelativeSizeAxes = Axes.X, RelativeSizeAxes = Axes.X,
Height = 500, Height = 448,
Content = new[] Content = new[]
{ {
new Drawable[] new Drawable[]