Remove full-screen background layer and add half-height holder.

Doesn't interact well with dialog popups. May add back later with complementing logic.
This commit is contained in:
Dean Herbert
2017-03-03 16:11:23 +09:00
parent fb6c25edf8
commit b0ee728528
3 changed files with 17 additions and 20 deletions

View File

@ -18,10 +18,7 @@ namespace osu.Desktop.VisualTests
{
base.Reset();
var overlay = new BeatmapOptionsOverlay
{
RelativeSizeAxes = Axes.Both,
};
var overlay = new BeatmapOptionsOverlay();
Add(overlay);