Barugon Having the column title text centered just doesn't look right. Any help with this would be much appreciated.
TwistedTwigleg The TreeItem control, which is used to populate the tree, has a function called set_text_align, that I think does what you are looking for.
Barugon @TwistedTwigleg said: The TreeItem control, which is used to populate the tree, has a function called set_text_align, that I think does what you are looking for. That will align the text in for tree item but not for a column header.
TwistedTwigleg Ah, my bad. I looked through the documentation, and I didn't see anything that hints that it can set the text alignment of the column header, but I only took a quick look. I'll take a more thorough look later and see if I can spot anything.
Barugon I suspect that it's just not possible. Maybe I'll file a feature request but there's over 5000 open issues in the queue. :'(
Megalomaniak Feature proposals should go to another repository: https://github.com/godotengine/godot-proposals/issues/new/choose Make sure to fill out the template properly or it will just get closed.