https://bugs.kde.org/show_bug.cgi?id=387510
Bug ID: 387510 Summary: Unwanted QML Text elision Product: plasmashell Version: master Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Application Menu (Kicker) Assignee: h...@kde.org Reporter: fabrice.salva...@orange.fr CC: plasma-b...@kde.org Target Milestone: 1.0 Created attachment 109161 --> https://bugs.kde.org/attachment.cgi?id=109161&action=edit screenshot What happen ----------- Due to the font size, text of Favourite ... Quit is shown like this (in French) Favouri.. Applica... instead of Applications Ordinat... Ordinateur Historiq... Historique Thus due to the fact the container width is not dynamic, and some missing pixels, Text QML elides 3 characters and display 3 dots instead. Note it is the first thing people see on Kde / QML ! Soultion -------- Container width must be computed from the text metric. Improve layout, there is enough place. -- You are receiving this mail because: You are watching all bug changes.