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:
parent
5faf2df9b4
commit
9220d17202
@ -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; }
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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[]
|
||||||
|
Loading…
Reference in New Issue
Block a user