Skip to content

qml: fix scrolling text

Prince Gupta requested to merge jagannatharjun/vlc:scrolling-text-fix into master

Text.contentWidth doesn't provide non elided text width, use Text.implicitWidth for the required text width

fixup 206994ab

Merge request reports