mailr21633 - /branches/relax_disp/gui/analyses/auto_relax_disp.py


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

Header


Content

Posted by edward on November 24, 2013 - 19:55:
Author: bugman
Date: Sun Nov 24 19:55:20 2013
New Revision: 21633

URL: http://svn.gna.org/viewcvs/relax?rev=21633&view=rev
Log:
The dispersion model GUI window is now set to a reasonable size for most 
screens.

The scrolled panel now allows all contents to be shown while having the 
window smaller than its
contents.  The height of 750 pixels should be visible on the majority of 
computer monitors.
According to Google Analytics, ~13% of visits to http://www.nmr-relax.com 
have screen resolutions of
1366x768, therefore the dispersion model list window should now not be bigger 
than their screens.


Modified:
    branches/relax_disp/gui/analyses/auto_relax_disp.py

Modified: branches/relax_disp/gui/analyses/auto_relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/gui/analyses/auto_relax_disp.py?rev=21633&r1=21632&r2=21633&view=diff
==============================================================================
--- branches/relax_disp/gui/analyses/auto_relax_disp.py (original)
+++ branches/relax_disp/gui/analyses/auto_relax_disp.py Sun Nov 24 19:55:20 
2013
@@ -791,5 +791,6 @@
         "The CR72 2-site model extended to MQ CPMG data by Korzhnev et al., 
2004.",
         "The 2-site numerical solution of Korzhnev et al. (2004) from 
multi-quantum CPMG data."
     ]
+    size = wx.Size(1024, 750)
     tooltip = "The list of all relaxation dispersion models to be optimised 
as part of the protocol."
     tooltip_button = "Open the model list selector window."




Related Messages


Powered by MHonArc, Updated Sun Nov 24 20:20:09 2013