mailr10224 - /branches/bieri_gui/gui_bieri/relax_gui.py


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

Header


Content

Posted by edward on January 15, 2010 - 10:17:
Author: bugman
Date: Fri Jan 15 10:17:00 2010
New Revision: 10224

URL: http://svn.gna.org/viewcvs/relax?rev=10224&view=rev
Log:
Increased the status bar width.

This corresponds to one component of the patch_II file attached to 
https://gna.org/task/?6847 by
Michael Bieri (https://gna.org/users/michaelbieri).


Modified:
    branches/bieri_gui/gui_bieri/relax_gui.py

Modified: branches/bieri_gui/gui_bieri/relax_gui.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/relax_gui.py?rev=10224&r1=10223&r2=10224&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/relax_gui.py (original)
+++ branches/bieri_gui/gui_bieri/relax_gui.py Fri Jan 15 10:17:00 2010
@@ -747,7 +747,7 @@
         
_icon.CopyFromBitmap(wx.Bitmap(sys.path[-1]+sep+'gui_bieri'+sep+'res'+sep+'pics'+sep+'relax.gif',
 wx.BITMAP_TYPE_ANY))
         self.SetIcon(_icon)
         self.SetSize((1000, 600))
-        self.frame_1_statusbar.SetStatusWidths([770, 50, -1])
+        self.frame_1_statusbar.SetStatusWidths([900, 50, -1])
         # statusbar fields
         frame_1_statusbar_fields = ["relaxGUI (C) by Michael Bieri 2009", 
"relax:", version]
         for i in range(len(frame_1_statusbar_fields)):




Related Messages


Powered by MHonArc, Updated Fri Jan 15 10:40:03 2010