https://bugs.kde.org/show_bug.cgi?id=474881
ratijas <m...@ratijas.tk> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/fram | |eworks/kirigami/-/commit/8c | |304c74159f3ed8b6bd93a8fdf59 | |ab0d5033a08 Status|ASSIGNED |RESOLVED --- Comment #7 from ratijas <m...@ratijas.tk> --- Git commit 8c304c74159f3ed8b6bd93a8fdf59ab0d5033a08 by ivan tkachenko. Committed on 26/09/2023 at 17:00. Pushed by ratijas into branch 'master'. ToolBar: Fix eliding titles for specific fonts QtQuick/TextMetrics can not be trusted. Meanwhile, QtQuick.Text provides sane implicitWidth regardless of elided string (which in turn only affects paintedWidth & contentWidth). See also: - https://bugreports.qt.io/browse/QTBUG-85936 - https://bugreports.qt.io/browse/QTBUG-83936 - https://bugreports.qt.io/browse/QTBUG-94023 M +2 -10 src/controls/private/DefaultPageTitleDelegate.qml https://invent.kde.org/frameworks/kirigami/-/commit/8c304c74159f3ed8b6bd93a8fdf59ab0d5033a08 -- You are receiving this mail because: You are watching all bug changes.