I need to remove the sorting arrow from a column header. This can be done by calling set_sort_indicator(false)
on the column.
The arrow isn't displayed, but the space for it seems to still be reserved. If the title of the column is big enough to fill all the header, the last part is clipped (where the arrow should be).
Is there a way to make the title fill the whole header?