mailr27822 - in /trunk/gui: components/relax_data.py spin_viewer/frame.py


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

Header


Content

Posted by edward on April 02, 2015 - 09:14:
Author: bugman
Date: Thu Apr  2 09:14:10 2015
New Revision: 27822

URL: http://svn.gna.org/viewcvs/relax?rev=27822&view=rev
Log:
Resized all fixed-sized GUI wizards to fit on 1024x768 pixel wide displays.

The problem was reported by Lora Picton in the thread starting at
http://thread.gmane.org/gmane.science.nmr.relax.user/1813 .

Both the spin loading wizard of the spin viewer window and the relaxation 
data loading wizard used
currently in the model-free analysis tab and BMRB export page were fixed.  
These both had the
y-dimension set to 800 pixels, hence parts of the window would be out of view.


Modified:
    trunk/gui/components/relax_data.py
    trunk/gui/spin_viewer/frame.py

Modified: trunk/gui/components/relax_data.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/components/relax_data.py?rev=27822&r1=27821&r2=27822&view=diff
==============================================================================
--- trunk/gui/components/relax_data.py  (original)
+++ trunk/gui/components/relax_data.py  Thu Apr  2 09:14:10 2015
@@ -378,7 +378,7 @@
             self.wizard.Destroy()
 
         # Initialise a wizard.
-        self.wizard = Wiz_window(parent=self.gui, size_x=1000, size_y=800, 
title=title)
+        self.wizard = Wiz_window(parent=self.gui, size_x=1000, size_y=750, 
title=title)
         self.page_indices = {}
 
         # The reading page.

Modified: trunk/gui/spin_viewer/frame.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/spin_viewer/frame.py?rev=27822&r1=27821&r2=27822&view=diff
==============================================================================
--- trunk/gui/spin_viewer/frame.py      (original)
+++ trunk/gui/spin_viewer/frame.py      Thu Apr  2 09:14:10 2015
@@ -235,7 +235,7 @@
             self.wizard.Destroy()
 
         # Initialise a wizard.
-        self.wizard = Wiz_window(parent=self, size_x=1000, size_y=800, 
title="Load spins")
+        self.wizard = Wiz_window(parent=self, size_x=1000, size_y=750, 
title="Load spins")
         self.page_indices = {}
 
         # The loading method page.




Related Messages


Powered by MHonArc, Updated Thu Apr 02 09:40:02 2015