mailr15858 - in /1.3: graphics/relax_icons/22x22/bruker_add.png gui/components/relax_data.py gui/paths.py


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

Header


Content

Posted by edward on April 30, 2012 - 15:19:
Author: bugman
Date: Mon Apr 30 15:19:00 2012
New Revision: 15858

URL: http://svn.gna.org/viewcvs/relax?rev=15858&view=rev
Log:
Created a special Bruker add icon for use in the relaxation data GUI element.


Added:
    1.3/graphics/relax_icons/22x22/bruker_add.png   (with props)
Modified:
    1.3/gui/components/relax_data.py
    1.3/gui/paths.py

Added: 1.3/graphics/relax_icons/22x22/bruker_add.png
URL: 
http://svn.gna.org/viewcvs/relax/1.3/graphics/relax_icons/22x22/bruker_add.png?rev=15858&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 1.3/graphics/relax_icons/22x22/bruker_add.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: 1.3/gui/components/relax_data.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/components/relax_data.py?rev=15858&r1=15857&r2=15858&view=diff
==============================================================================
--- 1.3/gui/components/relax_data.py (original)
+++ 1.3/gui/components/relax_data.py Mon Apr 30 15:19:00 2012
@@ -139,7 +139,7 @@
 
         # Bruker button.
         self.button_bruker = 
wx.lib.buttons.ThemedGenBitmapTextButton(self.panel, -1, None, " Add")
-        self.button_bruker.SetBitmapLabel(wx.Bitmap(paths.icon_22x22.bruker, 
wx.BITMAP_TYPE_ANY))
+        
self.button_bruker.SetBitmapLabel(wx.Bitmap(paths.icon_22x22.bruker_add, 
wx.BITMAP_TYPE_ANY))
         self.button_bruker.SetFont(font.normal)
         self.button_bruker.SetSize((80, self.height_buttons))
         button_sizer.Add(self.button_bruker, 0, 0, 0)

Modified: 1.3/gui/paths.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/paths.py?rev=15858&r1=15857&r2=15858&view=diff
==============================================================================
--- 1.3/gui/paths.py (original)
+++ 1.3/gui/paths.py Mon Apr 30 15:19:00 2012
@@ -181,6 +181,7 @@
         # relax icons.
         path = ICON_RELAX_PATH + '22x22' + sep
         self.bruker =                   path + 'bruker.png'
+        self.bruker_add =               path + 'bruker_add.png'
         self.molecule =                 path + 'molecule.png'
         self.molecule_grey =            path + 'molecule_grey.png'
         self.molecule_unfolded =        path + 'molecule_unfolded.png'




Related Messages


Powered by MHonArc, Updated Mon Apr 30 15:40:06 2012