From 962a6701ac30883ae3cd1bc2c5fe8193b3995ea3 Mon Sep 17 00:00:00 2001 From: tatiana Date: Fri, 19 Jun 2009 17:20:46 +0000 Subject: [PATCH] FIX: Changing text position --- invesalius/data/viewer_slice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invesalius/data/viewer_slice.py b/invesalius/data/viewer_slice.py index 858fe72..0217311 100755 --- a/invesalius/data/viewer_slice.py +++ b/invesalius/data/viewer_slice.py @@ -225,7 +225,7 @@ class Viewer(wx.Panel): text_actor = vtk.vtkActor2D() text_actor.SetMapper(text_mapper) text_actor.SetLayerNumber(1) - text_actor.GetPositionCoordinate().SetValue(self.GetSize()[0] - 80, 20) + text_actor.GetPositionCoordinate().SetValue(20, 20) text_actor.SetVisibility(1) ren.AddActor(actor) -- libgit2 0.21.2