1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-06 20:44:26 +08:00

some formatting

This commit is contained in:
Jorolf
2017-04-17 17:09:17 +02:00
committed by GitHub
Unverified
parent 773e6a2911
commit 5d828a20e0
@@ -47,7 +47,6 @@ namespace osu.Desktop.VisualTests.Tests
},
};
slider.Current.BindTo(new BindableInt(5)
{
MaxValue = 10,
@@ -72,7 +71,6 @@ namespace osu.Desktop.VisualTests.Tests
}
};
}
}
private class TooltipTextbox : OsuTextBox, IHasTooltip