Add fade in and fix incorrect wrapper bounds

This commit is contained in:
Dean Herbert
2021-09-08 20:51:16 +09:00
parent 7941240a00
commit 136573982c

View File

@ -227,6 +227,9 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components
},
},
}, 0)
{
RelativeSizeAxes = Axes.Both,
}
};
}
@ -236,6 +239,8 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components
wrapper.DelayedLoadComplete += _ =>
{
wrapper.FadeInFromZero(200);
roomCategory.BindTo(Room.Category);
roomCategory.BindValueChanged(c =>
{