Created attachment 119653 [details] screenshot STEPS TO REPRODUCE 1. open K3b 2. create an audio cd project 3. drag and drop some audio files to your project 4. select any of the files added to your project OBSERVED RESULT As we can see in attached screenshot, the text of both "length" and "type" columns is not properly aligned vertically EXPECTED RESULT the text of all columns is properly aligned vertically SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 5.15.4 KDE Frameworks Version: 5.57.0 Qt Version: 5.12.3
They are centered, probably intentionally, but the header could use the same centering. Unfortunately there is no QHeaderView::setSectionAlignment() call; the application has to create a custom model to set TextAlignmentRole.