Package: mgltools-viewerframework / 1.5.7-3

fix_font_attribute.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: ViewerFramework-1.5.7~rc1+cvs.20140424/ViewerFramework/basicCommand.py
===================================================================
--- ViewerFramework-1.5.7~rc1+cvs.20140424.orig/ViewerFramework/basicCommand.py
+++ ViewerFramework-1.5.7~rc1+cvs.20140424/ViewerFramework/basicCommand.py
@@ -2336,7 +2336,7 @@
                 self.vf.GUI.toolsButtonBarMaster, width=10,
                 var=self.vf.GUI.toolsButtonBarTabVar,
                 value='Scenario', indicatoron=False,
-                text='Scenario', font=('Helvetica', '', 10), padx=3, pady=0)
+                text='Scenario', font=('Helvetica',10), padx=3, pady=0)
             button.pack(side='left', anchor='w')
             #button = self.vf.GUI.toolsNoteBook.tab(1)
             button.configure(command=self.adjustWidth)