CheckListBox and font size

Jeffrey Barish jeff_barish at earthlink.net
Wed Oct 18 15:52:13 PDT 2006


If I increase the size of the font in a CheckListBox e.g. with

clb.SetFont(wx.Font(16, wx.DEFAULT, wx.NORMAL, wx.NORMAL, 0, 
        "MS Shell Dlg 2"))

the spacing of the lines in the CheckListBox does not increase to
accommodate the larger font so the lines overlap.  Is there a way to get
the lines spaced correctly?
-- 
Jeffrey Barish





More information about the wxpython-users mailing list