We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19dfaff commit 9ecc002Copy full SHA for 9ecc002
src/ui.rs
@@ -487,7 +487,7 @@ pub fn window_main(renderer: Arc<Mutex<FractalRenderer>>) -> impl Widget<Fractal
487
.with_child(Flex::row()
488
.with_child(Label::new("Tiled sampling:"))
489
.with_flex_child(Slider::new()
490
- .with_range(1.0, 100.0)
+ .with_range(2.0, 100.0)
491
.expand_width()
492
.lens(FractalData::probe_sampling.map(
493
|val| *val as f64,
0 commit comments