diff --git a/invesalius/data/viewer_volume.py b/invesalius/data/viewer_volume.py index 29910df..da182a7 100755 --- a/invesalius/data/viewer_volume.py +++ b/invesalius/data/viewer_volume.py @@ -166,7 +166,7 @@ class Viewer(wx.Panel): #Use tiling to generate a large rendering. image = vtk.vtkRenderLargeImage() image.SetInput(self.ren) - image.SetMagnification(2) + image.SetMagnification(1) image = image.GetOutput() -- libgit2 0.21.2