Remove pixel spacing from free axis example

This commit is contained in:
Michał Chodzikiewicz 2021-03-03 23:21:48 +01:00
parent 6c546ed7ae
commit 4154d18801
2 changed files with 0 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

View file

@ -121,7 +121,6 @@ fn main() -> Result<(), core::convert::Infallible> {
let output_settings = OutputSettingsBuilder::new()
.pixel_spacing(1)
.build();
Window::new("Free axis", &output_settings).show_static(&display);