mailr13150 - /branches/gui_testing/gui/analyses/wizard.py


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

Header


Content

Posted by edward on June 21, 2011 - 16:58:
Author: bugman
Date: Tue Jun 21 16:58:26 2011
New Revision: 13150

URL: http://svn.gna.org/viewcvs/relax?rev=13150&view=rev
Log:
Increased the size of the new analysis wizard and buttons so that there is a 
border inside the buttons.


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

Modified: branches/gui_testing/gui/analyses/wizard.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/wizard.py?rev=13150&r1=13149&r2=13150&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/wizard.py (original)
+++ branches/gui_testing/gui/analyses/wizard.py Tue Jun 21 16:58:26 2011
@@ -43,7 +43,7 @@
         """
 
         # Set up the wizard.
-        wizard = Wiz_window(size_x=700, size_y=600, title='Set parameter 
values')
+        wizard = Wiz_window(size_x=800, size_y=600, title='Set parameter 
values')
 
         # Add the new analysis panel.
         new_panel = New_analysis_panel(wizard)
@@ -144,7 +144,7 @@
         """
 
         # The sizes.
-        size = (150, 150)
+        size = (170, 170)
 
         # The horizontal spacers.
         sizer1 = wx.BoxSizer(wx.HORIZONTAL)




Related Messages


Powered by MHonArc, Updated Tue Jun 21 17:20:02 2011