mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 09:27:18 +09:00
Alpha on wrong object
This commit is contained in:
parent
2d3995b85c
commit
5c0d0cb7e7
@ -42,6 +42,7 @@ namespace osu.Game.Overlays.Browse
|
|||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Colour = BackgroundColour,
|
Colour = BackgroundColour,
|
||||||
|
Alpha = 0.9f,
|
||||||
},
|
},
|
||||||
tabStrip = new Box
|
tabStrip = new Box
|
||||||
{
|
{
|
||||||
@ -49,7 +50,6 @@ namespace osu.Game.Overlays.Browse
|
|||||||
Origin = Anchor.BottomLeft,
|
Origin = Anchor.BottomLeft,
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
Height = 1,
|
Height = 1,
|
||||||
Alpha = 0.9f,
|
|
||||||
},
|
},
|
||||||
new FillFlowContainer
|
new FillFlowContainer
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user