mailr10654 - /branches/bieri_gui/gui_bieri/about.py


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

Header


Content

Posted by edward on February 04, 2010 - 18:54:
Author: bugman
Date: Thu Feb  4 18:54:53 2010
New Revision: 10654

URL: http://svn.gna.org/viewcvs/relax?rev=10654&view=rev
Log:
Shortened the relax about widget and moved the website upwards a little.


Modified:
    branches/bieri_gui/gui_bieri/about.py

Modified: branches/bieri_gui/gui_bieri/about.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/about.py?rev=10654&r1=10653&r2=10654&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/about.py (original)
+++ branches/bieri_gui/gui_bieri/about.py Thu Feb  4 18:54:53 2010
@@ -143,7 +143,7 @@
 
     # Dimensions.
     dim_x = 450
-    dim_y = 600
+    dim_y = 580
 
     # Spacer size (px).
     boarder = 10
@@ -244,7 +244,7 @@
         x, y = self.dc.GetTextExtent(self.info.website)
 
         # Draw the text, with a spacer.
-        text = self.dc.DrawText(self.info.website, self.boarder + 
(self.dim_x - x)/2, self.offset(12))
+        text = self.dc.DrawText(self.info.website, self.boarder + 
(self.dim_x - x)/2, self.offset(10))
 
         # Add the text extent.
         self.offset(y)




Related Messages


Powered by MHonArc, Updated Thu Feb 04 19:20:02 2010