Convert data type of DistanceSpacing to float

This commit is contained in:
Salman Ahmed
2022-04-28 10:24:36 +03:00
parent 2e8372fe90
commit 7aaa88cac2
13 changed files with 21 additions and 24 deletions

View File

@ -17,7 +17,7 @@ namespace osu.Game.Tests.Visual.UserInterface
private TestExpandingContainer container;
private SettingsToolboxGroup toolboxGroup;
private ExpandableSlider<float, SizeSlider<float>> slider1;
private ExpandableSlider<float, SizeSlider> slider1;
private ExpandableSlider<double> slider2;
[SetUp]
@ -34,7 +34,7 @@ namespace osu.Game.Tests.Visual.UserInterface
Width = 1,
Children = new Drawable[]
{
slider1 = new ExpandableSlider<float, SizeSlider<float>>
slider1 = new ExpandableSlider<float, SizeSlider>
{
Current = new BindableFloat
{