Adjust styling of disabled settings

This commit is contained in:
smoogipoo
2018-12-22 15:00:35 +09:00
parent 34fc740e1f
commit 6afd2f7263
3 changed files with 18 additions and 13 deletions

View File

@ -1,6 +1,8 @@
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;
using System.Collections.Generic;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Game.Online.Multiplayer;
@ -10,6 +12,11 @@ namespace osu.Game.Tests.Visual
{
public class TestCaseMatchSettingsOverlay : OsuTestCase
{
public override IReadOnlyList<Type> RequiredTypes => new[]
{
typeof(RoomSettingsOverlay)
};
public TestCaseMatchSettingsOverlay()
{
Child = new RoomSettingsOverlay(new Room())