- box = wxStaticBox(self, -1, label)
- box.SetFont(labelFont)
- topSizer = wxStaticBoxSizer(box, wxVERTICAL)
- sizer = wxFlexGridSizer(len(xxx.allParams), 2, 1, 1)
+ self.box = wx.StaticBox(self, -1, label)
+ self.box.SetFont(g.labelFont())
+ topSizer = wx.StaticBoxSizer(self.box, wx.VERTICAL)
+ sizer = wx.FlexGridSizer(len(xxx.allParams), 2, 0, 1)