mirror of
https://github.com/ppy/osu
synced 2024-12-14 10:57:41 +00:00
Improve room padding
This commit is contained in:
parent
f442e59620
commit
0cefd4b21d
@ -47,11 +47,8 @@ namespace osu.Game.Screens.Multi.Lounge
|
|||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Width = 0.55f,
|
Width = 0.55f,
|
||||||
Padding = new MarginPadding
|
ScrollbarOverlapsContent = false,
|
||||||
{
|
Padding = new MarginPadding(10),
|
||||||
Vertical = 35 - DrawableRoom.SELECTION_BORDER_WIDTH,
|
|
||||||
Right = 20 - DrawableRoom.SELECTION_BORDER_WIDTH
|
|
||||||
},
|
|
||||||
Child = new SearchContainer
|
Child = new SearchContainer
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
|
Loading…
Reference in New Issue
Block a user