mailr15722 - /1.3/gui/about.py


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

Header


Content

Posted by edward on April 16, 2012 - 14:43:
Author: bugman
Date: Mon Apr 16 14:43:50 2012
New Revision: 15722

URL: http://svn.gna.org/viewcvs/relax?rev=15722&view=rev
Log:
Fix for the about relax window.

On some GTK systems, the font is larger and hence the window will be resized 
to being bigger than
original hight of 600 px, resulting in the bottom of the window not being 
rendered.


Modified:
    1.3/gui/about.py

Modified: 1.3/gui/about.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/about.py?rev=15722&r1=15721&r2=15722&view=diff
==============================================================================
--- 1.3/gui/about.py (original)
+++ 1.3/gui/about.py Mon Apr 16 14:43:50 2012
@@ -505,7 +505,7 @@
 
     # Dimensions.
     dim_x = 450
-    dim_y = 600
+    dim_y = 700
 
     # Spacer size (px).
     border = 10




Related Messages


Powered by MHonArc, Updated Mon Apr 16 15:00:03 2012