mailr10269 - /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 21, 2010 - 07:24:
Author: bugman
Date: Thu Jan 21 07:24:50 2010
New Revision: 10269

URL: http://svn.gna.org/viewcvs/relax?rev=10269&view=rev
Log:
Status bar size increased.

This corresponds to the statusbar_size_patch file attached to 
https://gna.org/task/?6847 by
Michael Bieri (https://gna.org/users/michaelbieri), in the zip file 
100121_patches.tar.gz
(https://gna.org/support/download.php?file_id=7726).

The size of the statusbar (1st entry) was changed to get enought space to 
display 'repository
checkout' in 3rd entry.


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=10269&r1=10268&r2=10269&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/relax_gui.py (original)
+++ branches/bieri_gui/gui_bieri/relax_gui.py Thu Jan 21 07:24:50 2010
@@ -792,7 +792,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([900, 50, -1])
+        self.frame_1_statusbar.SetStatusWidths([800, 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 Thu Jan 21 07:40:02 2010