]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/tools/XRCed/tools.py
reSWIGged
[wxWidgets.git] / wxPython / wx / tools / XRCed / tools.py
index 061e4496c7c82a4652ef726de1105c329f291120..7d852d0ef682c0410881044fabc1b61f9f5735e3 100644 (file)
@@ -114,7 +114,7 @@ class Tools(wxPanel):
     def AddGroup(self, name):
         # Each group is inside box
         box = wxStaticBox(self, -1, name, style=wxWANTS_CHARS)
-        box.SetFont(smallerFont)
+        box.SetFont(g.smallerFont())
         boxSizer = wxStaticBoxSizer(box, wxVERTICAL)
         boxSizer.Add((0, 4))
         self.curSizer = wxGridSizer(0, 3)