mailr13032 - /branches/gui_testing/gui/relax_gui.py


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

Header


Content

Posted by edward on June 15, 2011 - 10:58:
Author: bugman
Date: Wed Jun 15 10:58:05 2011
New Revision: 13032

URL: http://svn.gna.org/viewcvs/relax?rev=13032&view=rev
Log:
Improvements to the 'new analysis' button.


Modified:
    branches/gui_testing/gui/relax_gui.py

Modified: branches/gui_testing/gui/relax_gui.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/relax_gui.py?rev=13032&r1=13031&r2=13032&view=diff
==============================================================================
--- branches/gui_testing/gui/relax_gui.py (original)
+++ branches/gui_testing/gui/relax_gui.py Wed Jun 15 10:58:05 2011
@@ -221,11 +221,11 @@
 
         # Add a button for a new analysis.
         button = buttons.ThemedGenBitmapTextButton(self, -1, None, " New 
analysis")
-        button.SetBitmapLabel(wx.Bitmap(paths.icon_16x16.new, 
wx.BITMAP_TYPE_ANY))
+        button.SetBitmapLabel(wx.Bitmap(paths.icon_48x48.new, 
wx.BITMAP_TYPE_ANY))
         button.SetToolTipString("Initialise a new analysis")
 
         # The properties of the button.
-        button.SetMinSize((200, 50))
+        button.SetMinSize((200, 60))
         button.SetFont(self.font_14)
         self.main_sizer.Add(button, 0, 
wx.ALIGN_CENTER_HORIZONTAL|wx.ADJUST_MINSIZE, 0)
 




Related Messages


Powered by MHonArc, Updated Wed Jun 15 11:20:01 2011