[vlc-devel] [PATCH 18/23] qml: modify 'playlist is empty' message

Fatih Uzunoglu fuzun54 at outlook.com
Thu Jul 2 15:22:03 CEST 2020


---
 modules/gui/qt/playlist/qml/PlaylistListView.qml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/modules/gui/qt/playlist/qml/PlaylistListView.qml b/modules/gui/qt/playlist/qml/PlaylistListView.qml
index 0136d826b0..6a4e965186 100644
--- a/modules/gui/qt/playlist/qml/PlaylistListView.qml
+++ b/modules/gui/qt/playlist/qml/PlaylistListView.qml
@@ -433,8 +433,7 @@ Widgets.NavigableFocusScope {
                 visible: plmodel.count === 0
                 font.pixelSize: VLCStyle.fontHeight_xxlarge
                 color: view.activeFocus ? VLCStyle.colors.accent : VLCStyle.colors.text
-                text: i18n.qtr("playlist is empty")
-                wrapMode: Text.WordWrap
+                text: i18n.qtr("playlist\nis\nempty")
                 verticalAlignment: Text.AlignVCenter
                 horizontalAlignment: Text.AlignHCenter
                 padding: VLCStyle.margin_small
-- 
2.25.1



More information about the vlc-devel mailing list