This commit is contained in:
Simon Gardling 2022-03-09 11:17:32 -05:00
parent bf41a8dade
commit 9afe6f514e

View File

@ -354,7 +354,6 @@ impl MathApp {
ui.add(
Slider::new(&mut self.settings.integral_num, INTEGRAL_NUM_RANGE)
.step_by(1.0)
.text("Interval"),
);