Bug 406929

Summary: Text of both "Length" and "Type" columns is not properly aligned vertically
Product: [Applications] k3b Reporter: Patrick Silva <bugseforuns>
Component: Audio ProjectAssignee: k3b developers <k3b>
Status: REPORTED ---    
Severity: minor CC: michalm, trueg
Priority: NOR    
Version: 22.08.1   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: screenshot

Description Patrick Silva 2019-04-26 19:08:09 UTC
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
Comment 1 Christoph Feck 2019-05-14 20:51:37 UTC
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.