mirror of
https://github.com/ppy/osu.git
synced 2025-02-23 05:23:16 +08:00
No more box background
This commit is contained in:
parent
ba8bf6cbd5
commit
95364d0173
@ -22,16 +22,10 @@ namespace osu.Game.Screens.Edit.Menus
|
|||||||
RelativeSizeAxes = Axes.X;
|
RelativeSizeAxes = Axes.X;
|
||||||
|
|
||||||
ItemsContainer.Padding = new MarginPadding { Left = 100 };
|
ItemsContainer.Padding = new MarginPadding { Left = 100 };
|
||||||
BackgroundColour = Color4.Transparent;
|
BackgroundColour = OsuColour.FromHex("111");
|
||||||
|
|
||||||
AddRangeInternal(new Drawable[]
|
AddRangeInternal(new Drawable[]
|
||||||
{
|
{
|
||||||
new Box
|
|
||||||
{
|
|
||||||
RelativeSizeAxes = Axes.Both,
|
|
||||||
Colour = OsuColour.FromHex("111"),
|
|
||||||
Depth = float.MaxValue
|
|
||||||
},
|
|
||||||
new ScreenSelectionTabControl
|
new ScreenSelectionTabControl
|
||||||
{
|
{
|
||||||
Anchor = Anchor.BottomRight,
|
Anchor = Anchor.BottomRight,
|
||||||
|
Loading…
Reference in New Issue
Block a user