mailr28175 - /trunk/graphics/__init__.py


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

Header


Content

Posted by tlinnet on April 02, 2016 - 13:35:
Author: tlinnet
Date: Sat Apr  2 13:35:18 2016
New Revision: 28175

URL: http://svn.gna.org/viewcvs/relax?rev=28175&view=rev
Log:
Adding a new graphics variable: WIZARD_OXYGEN_PATH, to use oxygen icons with 
size of 200px.

Modified:
    trunk/graphics/__init__.py

Modified: trunk/graphics/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/graphics/__init__.py?rev=28175&r1=28174&r2=28175&view=diff
==============================================================================
--- trunk/graphics/__init__.py  (original)
+++ trunk/graphics/__init__.py  Sat Apr  2 13:35:18 2016
@@ -33,6 +33,7 @@
 ANALYSIS_IMAGE_PATH = status.install_path + sep + 'graphics' + sep + 
'analyses' + sep
 IMAGE_PATH = status.install_path + sep + 'graphics' + sep + 'misc' + sep
 WIZARD_IMAGE_PATH = status.install_path + sep + 'graphics' + sep + 'wizards' 
+ sep
+WIZARD_OXYGEN_PATH = status.install_path + sep + 'graphics' + sep + 
'oxygen_icons' + sep + '200x' + sep 
 
 
 def fetch_icon(icon=None, size='16x16', format='png', sep=sep, 
full_path=True):




Related Messages


Powered by MHonArc, Updated Sat Apr 02 13:40:07 2016