mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 17:47:29 +08:00
Adjust bottom bar sizing as suggested
This commit is contained in:
parent
238756ec5d
commit
0d1b5ae44f
@ -92,8 +92,9 @@ namespace osu.Game.Screens.Edit
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
ColumnDimensions = new[]
|
||||
{
|
||||
new Dimension(GridSizeMode.Absolute, 220),
|
||||
new Dimension(),
|
||||
new Dimension(GridSizeMode.Relative, 0.65f),
|
||||
new Dimension(GridSizeMode.Absolute, 220)
|
||||
},
|
||||
Content = new[]
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user