[vlc-commits] [Git][videolan/vlc][master] qml: enable word wrap in `ToolTipExt`
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Thu Jul 2 16:00:35 UTC 2026
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
498645a1 by Fatih Uzunoglu at 2026-07-02T17:39:08+02:00
qml: enable word wrap in `ToolTipExt`
This is necessary to not cut out text
when it is too long.
- - - - -
1 changed file:
- modules/gui/qt/widgets/qml/ToolTipExt.qml
Changes:
=====================================
modules/gui/qt/widgets/qml/ToolTipExt.qml
=====================================
@@ -74,6 +74,7 @@ T.ToolTip {
contentItem: Text {
text: control.text
font: control.font
+ wrapMode: Text.WordWrap
color: theme.fg.primary
}
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/498645a1189fb2d7404146a613f66997b2ebc079
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/498645a1189fb2d7404146a613f66997b2ebc079
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help
More information about the vlc-commits
mailing list