mailr10649 - /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:04:
Author: bugman
Date: Thu Feb  4 18:04:53 2010
New Revision: 10649

URL: http://svn.gna.org/viewcvs/relax?rev=10649&view=rev
Log:
The relax logo is now centred.


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=10649&r1=10648&r2=10649&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/about.py (original)
+++ branches/bieri_gui/gui_bieri/about.py Thu Feb  4 18:04:53 2010
@@ -220,7 +220,7 @@
         """Draw the relax icon on the canvas."""
 
         # Add the relax logo.
-        
self.dc.DrawBitmap(wx.Bitmap(IMAGE_PATH+'ulysses_shadowless_400x168.png'), 
self.boarder, self.offset(), True)
+        
self.dc.DrawBitmap(wx.Bitmap(IMAGE_PATH+'ulysses_shadowless_400x168.png'), 
self.boarder + (self.dim_x - 400)/2, self.offset(), True)
 
         # Add the bitmap width to the offset.
         self.offset(168)




Related Messages


Powered by MHonArc, Updated Thu Feb 04 18:20:01 2010