Bug 386478 - Tab name is cut off
Summary: Tab name is cut off
Status: RESOLVED FIXED
Alias: None
Product: frameworks-qqc2-desktop-style
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 5.56.0
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Marco Martin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-02 20:27 UTC by Patrick Silva
Modified: 2020-07-06 14:18 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
screenshot (15.74 KB, image/png)
2017-11-02 20:27 UTC, Patrick Silva
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Silva 2017-11-02 20:27:33 UTC
Created attachment 108683 [details]
screenshot

open system settings, open "multimedia" kcm, click "audio volume" section.
See my screenshot

Neon dev unstable, pt-br language
Comment 1 David Rosca 2017-11-24 18:28:55 UTC
That's an issue in Qt. If you change your font to some font that doesn't have broken font metrics in Qt (eg. DejaVu fonts) it will fix this.
Comment 2 Patrick Silva 2017-11-24 18:40:46 UTC
Thank you David.
Do you know if there is some bug report about this issue in qt bug tracker?
Comment 3 David Rosca 2017-11-24 18:45:03 UTC
Yes, but it was closed as invalid: https://bugreports.qt.io/browse/QTBUG-52316
Comment 4 Christoph Feck 2017-11-29 03:18:52 UTC
Use QFontMetrics::boundingRect().width() instead of QFontMetrics::width()
Comment 5 Patrick Silva 2019-01-22 17:52:14 UTC
Bug 401008 seems related/duplicate.
Comment 6 Patrick Silva 2019-03-24 15:02:15 UTC
I can't confirm this bug anymore.

Operating System: Arch Linux 
KDE Plasma Version: 5.15.3
KDE Frameworks Version: 5.56.0
Qt Version: 5.12.2
Comment 7 Patrick Silva 2019-03-24 15:12:20 UTC
Forget. I use Roboto fonts, but the bug persists when default font settings are used.
Comment 8 Nate Graham 2020-07-03 14:09:59 UTC
Still happening?
Comment 9 Patrick Silva 2020-07-04 15:15:46 UTC
cannot reproduce on Arch and neon unstable.
Comment 10 Nate Graham 2020-07-06 14:18:16 UTC
Excellent.