[vlc-devel] [PATCH 03/33] QML: remove spacing to ColumnLayout to MCMusicDisplay

Adrien Maglo magsoft at videolan.org
Wed Jun 12 14:01:10 CEST 2019


---
 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
-- 
2.20.1



More information about the vlc-devel mailing list