https://bugs.kde.org/show_bug.cgi?id=491714
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/mult | |imedia/elisa/-/commit/0ad87 | |b0029dc125015876a966eb11767 | |3f60581c Resolution|--- |FIXED --- Comment #3 from Nate Graham <n...@kde.org> --- Git commit 0ad87b0029dc125015876a966eb117673f60581c by Nate Graham, on behalf of Christoph Wolk. Committed on 21/08/2024 at 14:08. Pushed by ngraham into branch 'master'. use tabular numerals for durations and positions Proportional width fonts that don't default to tabular numerals will lead to broken lines for tabular display of numbers like durations and playlist positions, as well as jumping minute numbers for current play positions. This can also shift the alignment of dependent controls like buttons. An example for such a font is Inter v4.0. This change explicitly requests tabular numerals for durations in the play controls, the playlist, the track browser, and the remaining playlist duration in the footer, and for playlist positions as well as the currently playing position. The base metrics are set to use them as well. M +2 -0 src/qml/BaseTheme.qml M +2 -0 src/qml/DurationSlider.qml M +1 -0 src/qml/MediaPlayListView.qml M +2 -0 src/qml/PlayListEntry.qml M +2 -0 src/qml/TrackBrowserDelegate.qml https://invent.kde.org/multimedia/elisa/-/commit/0ad87b0029dc125015876a966eb117673f60581c -- You are receiving this mail because: You are watching all bug changes.