mailr13915 - /branches/gui_testing/gui/analyses/base.py


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

Header


Content

Posted by edward on July 26, 2011 - 23:42:
Author: bugman
Date: Tue Jul 26 23:42:25 2011
New Revision: 13915

URL: http://svn.gna.org/viewcvs/relax?rev=13915&view=rev
Log:
Created the analysis tab base class variable width_main_separator.

This increases the space between the left hand side graphic and the right 
hand side elements.


Modified:
    branches/gui_testing/gui/analyses/base.py

Modified: branches/gui_testing/gui/analyses/base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/base.py?rev=13915&r1=13914&r2=13915&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/base.py (original)
+++ branches/gui_testing/gui/analyses/base.py Tue Jul 26 23:42:25 2011
@@ -49,6 +49,7 @@
     spacer_horizontal = 5
     width_text = 240
     width_button = 100
+    width_main_separator = 40
 
     def __init__(self, *args, **kwds):
         """Initialise the scrolled window.
@@ -525,7 +526,7 @@
         box.Add(left_box, 0, wx.ALL|wx.EXPAND|wx.ADJUST_MINSIZE, 0)
 
         # Central spacer.
-        box.AddSpacer(self.border)
+        box.AddSpacer(self.width_main_separator)
 
         # Build the right hand box and pack it next to the bitmap.
         right_box = self.build_right_box()




Related Messages


Powered by MHonArc, Updated Wed Jul 27 09:20:03 2011