Skip to content

ToolBar: Fix eliding titles for specific fonts

ivan tkachenko requested to merge work/ratijas/evil-textmetrics into master

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:

BUG: 474881


Note: First two patches are part of this MR: !1280 (merged)

Edited by ivan tkachenko

Merge request reports