mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 14:02:55 +08:00
Merge branch 'master' into fix-mod-panel-key-blocking
This commit is contained in:
commit
b70cd47bb6
@ -28,11 +28,6 @@ namespace osu.Game.Beatmaps.Drawables
|
|||||||
},
|
},
|
||||||
downloadTracker = new BeatmapDownloadTracker(beatmapSet),
|
downloadTracker = new BeatmapDownloadTracker(beatmapSet),
|
||||||
};
|
};
|
||||||
AddInternal(progressBar = new ProgressBar(false)
|
|
||||||
{
|
|
||||||
Height = 0,
|
|
||||||
Alpha = 0,
|
|
||||||
});
|
|
||||||
|
|
||||||
AutoSizeAxes = Axes.Y;
|
AutoSizeAxes = Axes.Y;
|
||||||
RelativeSizeAxes = Axes.X;
|
RelativeSizeAxes = Axes.X;
|
||||||
|
Loading…
Reference in New Issue
Block a user