I was going through the documentation of the wxpython implementation of ObjectListView but couldn’t find an answer.
Is it possible to set the padding or another property to give the font in each row more room to breathe without changing the font pointSize? I’m attaching a screenshot of a demo included in the Examples folder.
Related:
http://www.wxpython.org/docs/api/wx.Font-class.html
http://objectlistview.sourceforge.net/python/majorClasses.html

Are you talking about more space above and below, at the start and/or end, between characters, between words? BTW how do you manage to get sizes in bytes that are fractional?
···
On 14/02/14 08:01, RedHotChiliPepper wrote:
I was going through the documentation of the wxpython implementation of ObjectListView but couldn't find an answer.
Is it possible to set the padding or another property to give the font in each row more room to breathe without changing the font pointSize? I'm attaching a screenshot of a demo included in the Examples folder.
Related:
wxPython API Documentation — wxPython Phoenix 4.2.2 documentation
Major Classes Reference — ObjectListView v1.2 documentation
--
You received this message because you are subscribed to the Google Groups "wxPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxpython-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
By padding I meant css-like padding, specificlly space extra space above and below the text.
As far as the fractional bytes, I don’t know I just ran ObjectListView-1.2\Examples\SqlExample.py
···
On Friday, February 14, 2014 3:17:38 AM UTC-5, Gadget Steve wrote:
On 14/02/14 08:01, RedHotChiliPepper wrote:
I was going through the documentation of the wxpython implementation
of ObjectListView but couldn’t find an answer.
Is it possible to set the padding or another property to give the font
in each row more room to breathe without changing the font pointSize?
I’m attaching a screenshot of a demo included in the Examples folder.
Related:
http://www.wxpython.org/docs/api/wx.Font-class.html
http://objectlistview.sourceforge.net/python/majorClasses.html
–
You received this message because you are subscribed to the Google
Groups “wxPython-users” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to wxpython-user...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Are you talking about more space above and below, at the start and/or
end, between characters, between words? BTW how do you manage to get
sizes in bytes that are fractional?