mailr15809 - /1.3/gui/pipe_editor.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on April 24, 2012 - 15:11:
Author: bugman
Date: Tue Apr 24 15:11:15 2012
New Revision: 15809

URL: http://svn.gna.org/viewcvs/relax?rev=15809&view=rev
Log:
The pipe editor window is no longer centred, now matching the behaviour all 
other windows.


Modified:
    1.3/gui/pipe_editor.py

Modified: 1.3/gui/pipe_editor.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/pipe_editor.py?rev=15809&r1=15808&r2=15809&view=diff
==============================================================================
--- 1.3/gui/pipe_editor.py (original)
+++ 1.3/gui/pipe_editor.py Tue Apr 24 15:11:15 2012
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2011 Edward d'Auvergne                                       
 #
+# Copyright (C) 2011-2012 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax.                                    
 #
 #                                                                            
 #
@@ -99,9 +99,6 @@
         self.grid.Bind(wx.EVT_SIZE, self.resize)
         self.Bind(wx.EVT_CLOSE, self.handler_close)
         self.grid.Bind(wx.grid.EVT_GRID_CELL_RIGHT_CLICK, self.menu)
-
-        # Centre the frame.
-        self.Centre()
 
         # Initialise the observer name.
         self.name = 'pipe editor'




Related Messages


Powered by MHonArc, Updated Tue Apr 24 19:00:02 2012