Author: tlinnet
Date: Sun Dec  7 13:25:20 2014
New Revision: 26991

URL: http://svn.gna.org/viewcvs/relax?rev=26991&view=rev
Log:
Fix for the window size in user function dx.map.

The size of the windows was not compatible with the latest change.

Modified:
    trunk/user_functions/dx.py

Modified: trunk/user_functions/dx.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/user_functions/dx.py?rev=26991&r1=26990&r2=26991&view=diff
==============================================================================
--- trunk/user_functions/dx.py  (original)
+++ trunk/user_functions/dx.py  Sun Dec  7 13:25:20 2014
@@ -230,6 +230,6 @@
 uf.backend = map
 uf.menu_text = "&map"
 uf.gui_icon = "relax.grid_search"
-uf.wizard_height_desc = 280
+uf.wizard_height_desc = 260
 uf.wizard_size = (1000, 750)
 uf.wizard_image = WIZARD_IMAGE_PATH + 'opendx.png'


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to