mailr13034 - /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 - 11:31:
Author: bugman
Date: Wed Jun 15 11:31:28 2011
New Revision: 13034

URL: http://svn.gna.org/viewcvs/relax?rev=13034&view=rev
Log:
Removed the 'new analysis' button from the main GUI window - it was too ugly!


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=13034&r1=13033&r2=13034&view=diff
==============================================================================
--- branches/gui_testing/gui/relax_gui.py (original)
+++ branches/gui_testing/gui/relax_gui.py Wed Jun 15 11:31:28 2011
@@ -215,25 +215,9 @@
         image = wx.StaticBitmap(self, -1, 
wx.Bitmap(paths.IMAGE_PATH+'ulysses_shadowless_400x168.png', 
wx.BITMAP_TYPE_ANY))
 
         # Add the icon to the main spacer with spacing.
-        self.main_sizer.AddStretchSpacer(2)
+        self.main_sizer.AddStretchSpacer()
         self.main_sizer.Add(image, 0, wx.ALIGN_CENTER_HORIZONTAL, 0)
         self.main_sizer.AddStretchSpacer()
-
-        # Add a button for a new analysis.
-        button = buttons.ThemedGenBitmapTextButton(self, -1, None, " New 
analysis")
-        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, 60))
-        button.SetFont(self.font_14)
-        self.main_sizer.Add(button, 0, 
wx.ALIGN_CENTER_HORIZONTAL|wx.ADJUST_MINSIZE, 0)
-
-        # More spacing.
-        self.main_sizer.AddStretchSpacer(2)
-
-        # Catch clicking.
-        self.Bind(wx.EVT_BUTTON, self.new, button)
 
 
     def contact_relax(self, event):




Related Messages


Powered by MHonArc, Updated Wed Jun 15 13:00:02 2011