Use constants.

This commit is contained in:
Huo Yaoyuan
2019-11-12 20:07:01 +08:00
parent d60493a961
commit 42a98c5d87
6 changed files with 7 additions and 7 deletions

View File

@ -17,7 +17,7 @@ namespace osu.Game.Screens.Select
{
public class BeatmapDetailAreaTabControl : Container
{
public static readonly float HEIGHT = 24;
public const float HEIGHT = 24;
private readonly OsuTabControlCheckbox modsCheckbox;
private readonly OsuTabControl<BeatmapDetailTab> tabs;
private readonly Container tabsContainer;