Re: Row height in treeview

2003-01-06 Thread r ve
Nope, it's just a function of whatever's in the row. Extra whitespace should be the same as for GtkLabel and whatever else, it's making room for possible descenders from p and y and g for example, and on top for capital letters. You could shrink the font in your gtkrc. My font size is

Row height in treeview

2003-01-05 Thread r ve
Is the row height in a treeview adjustable in size? (preferably using a gtkrc, otherwise using a theme engine if no other solution is possible) I've tried anything I could think of but I don't seem to be able to make the white space between each row smaller. (ythickness won't work) - Rich

Re: Row height in treeview

2003-01-05 Thread Havoc Pennington
On Sun, Jan 05, 2003 at 11:08:37PM +0100, r ve wrote: Is the row height in a treeview adjustable in size? Nope, it's just a function of whatever's in the row. Extra whitespace should be the same as for GtkLabel and whatever else, it's making room for possible descenders from p and y and g