[vlc-commits] qml: modify 'playlist is empty' message
    Fatih Uzunoglu 
    git at videolan.org
       
    Fri Jul  3 14:59:19 CEST 2020
    
    
  
vlc | branch: master | Fatih Uzunoglu <fuzun54 at outlook.com> | Fri Jun 26 19:31:31 2020 +0300| [92fa0f5fe932b3803f9aca212336cdd3b659bce8] | committer: Pierre Lamot
qml: modify 'playlist is empty' message
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=92fa0f5fe932b3803f9aca212336cdd3b659bce8
---
 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 dccf44ec73..67b59404eb 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
    
    
More information about the vlc-commits
mailing list