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