[vlc-commits] qml: remove spacing to ColumnLayout to MCMusicDisplay

Adrien Maglo git at videolan.org
Thu Jun 13 13:10:35 CEST 2019


vlc | branch: master | Adrien Maglo <magsoft at videolan.org> | Tue Apr 16 16:56:17 2019 +0200| [35871282bc7c508812168491ed8a9c23b0bda9fa] | committer: Thomas Guillem

qml: remove spacing to ColumnLayout to MCMusicDisplay

Signed-off-by: Thomas Guillem <thomas at gllm.fr>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=35871282bc7c508812168491ed8a9c23b0bda9fa
---

 modules/gui/qt/qml/mediacenter/MCMusicDisplay.qml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/gui/qt/qml/mediacenter/MCMusicDisplay.qml b/modules/gui/qt/qml/mediacenter/MCMusicDisplay.qml
index c404e86a95..90eecf47a1 100644
--- a/modules/gui/qt/qml/mediacenter/MCMusicDisplay.qml
+++ b/modules/gui/qt/qml/mediacenter/MCMusicDisplay.qml
@@ -72,6 +72,7 @@ Utils.NavigableFocusScope {
 
     ColumnLayout {
         anchors.fill : parent
+        spacing: 0
 
         Utils.NavigableFocusScope {
             id: toobar



More information about the vlc-commits mailing list