mailr11717 - in /branches/bieri_gui/gui_bieri: components/mol_res_spin_tree.py paths.py


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

Header


Content

Posted by edward on December 07, 2010 - 00:52:
Author: bugman
Date: Tue Dec  7 00:52:31 2010
New Revision: 11717

URL: http://svn.gna.org/viewcvs/relax?rev=11717&view=rev
Log:
The molecule icon is now set to a 22x22 pixel size.


Modified:
    branches/bieri_gui/gui_bieri/components/mol_res_spin_tree.py
    branches/bieri_gui/gui_bieri/paths.py

Modified: branches/bieri_gui/gui_bieri/components/mol_res_spin_tree.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/components/mol_res_spin_tree.py?rev=11717&r1=11716&r2=11717&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/components/mol_res_spin_tree.py (original)
+++ branches/bieri_gui/gui_bieri/components/mol_res_spin_tree.py Tue Dec  7 
00:52:31 2010
@@ -48,7 +48,7 @@
         wx.Panel.__init__(self, parent, id, style=wx.WANTS_CHARS)
 
         # Some default values.
-        self.icon_size = 48
+        self.icon_size = 22
 
         # The tree.
         self.tree = wx.TreeCtrl(parent=self, id=-1, pos=wx.DefaultPosition, 
size=wx.DefaultSize, style=wx.TR_DEFAULT_STYLE)

Modified: branches/bieri_gui/gui_bieri/paths.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/paths.py?rev=11717&r1=11716&r2=11717&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/paths.py (original)
+++ branches/bieri_gui/gui_bieri/paths.py Tue Dec  7 00:52:31 2010
@@ -66,4 +66,5 @@
 #CANCEL_ICON = ICON_PATH + '48x48'+sep+'actions'+sep+'dialog-cancel.png'
 FORWARDS_ICON = ICON_PATH + '48x48'+sep+'actions'+sep+'go-next-view.png'
 #REMOVE_ICON = ICON_PATH + '48x48'+sep+'actions'+sep+'list-remove.png'
-MOLECULE_ICON = ICON_RELAX_PATH + '48x48'+sep+'molecule.png'
+
+MOLECULE_ICON = ICON_RELAX_PATH + '22x22'+sep+'molecule.png'




Related Messages


Powered by MHonArc, Updated Tue Dec 07 01:20:02 2010