mirror of
https://github.com/ppy/osu.git
synced 2025-02-19 16:03:14 +08:00
Adjust paddings/spacings
This commit is contained in:
parent
5faf2df9b4
commit
9220d17202
@ -17,7 +17,7 @@ namespace osu.Game.Screens.OnlinePlay.Match.Components
|
||||
public abstract class RoomSettingsOverlay : FocusedOverlayContainer, IKeyBindingHandler<GlobalAction>
|
||||
{
|
||||
protected const float TRANSITION_DURATION = 350;
|
||||
protected const float FIELD_PADDING = 45;
|
||||
protected const float FIELD_PADDING = 25;
|
||||
|
||||
protected OnlinePlayComposite Settings { get; set; }
|
||||
|
||||
|
@ -160,7 +160,7 @@ namespace osu.Game.Screens.OnlinePlay.Match
|
||||
new Container
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Padding = new MarginPadding(10),
|
||||
Padding = new MarginPadding(20),
|
||||
Child = CreateMainContent(),
|
||||
},
|
||||
new Container
|
||||
|
@ -193,7 +193,7 @@ namespace osu.Game.Screens.OnlinePlay.Playlists
|
||||
Child = new GridContainer
|
||||
{
|
||||
RelativeSizeAxes = Axes.X,
|
||||
Height = 500,
|
||||
Height = 448,
|
||||
Content = new[]
|
||||
{
|
||||
new Drawable[]
|
||||
|
Loading…
Reference in New Issue
Block a user