We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f8f77a commit dcbfe05Copy full SHA for dcbfe05
1 file changed
examples_utils/src/lib.rs
@@ -42,7 +42,7 @@ pub mod internal {
42
State: eframe::App,
43
{
44
let output_path = PathBuf::from(manifest_dir);
45
- let options = SnapshotOptions::new().threshold(3.0).output_path(output_path);
+ let options = SnapshotOptions::new().threshold(5.0).output_path(output_path);
46
47
// Generate main screenshot
48
let mut harness = Harness::builder()
0 commit comments