Bug 406929 - Text of both "Length" and "Type" columns is not properly aligned vertically
Summary: Text of both "Length" and "Type" columns is not properly aligned vertically
Status: REPORTED
Alias: None
Product: k3b
Classification: Applications
Component: Audio Project (show other bugs)
Version: 22.08.1
Platform: Arch Linux Linux
: NOR minor
Target Milestone: ---
Assignee: k3b developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-26 19:08 UTC by Patrick Silva
Modified: 2022-09-17 16:29 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
screenshot (75.36 KB, image/png)
2019-04-26 19:08 UTC, Patrick Silva
Details

Note You need to log in before you can comment on or make changes to this bug.
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.