Rename NormalSliderBar.cs to RoundedSliderBar.cs

This commit is contained in:
mk56-spn
2023-02-02 17:24:45 +01:00
parent 7c5a65bdb7
commit 3f0ce75bf5
19 changed files with 27 additions and 27 deletions

View File

@ -329,7 +329,7 @@ namespace osu.Game.Overlays.Settings.Sections.Graphics
}
}
private partial class UIScaleSlider : NormalSliderBar<float>
private partial class UIScaleSlider : RoundedSliderBar<float>
{
public override LocalisableString TooltipText => base.TooltipText + "x";
}