Add some space between the volume sliders
[apps/mixer.git] / app / Mixer.qml
index 455743a..a012645 100644 (file)
@@ -59,6 +59,7 @@ ApplicationWindow {
                anchors.left: parent.left
                anchors.right: parent.right
                anchors.bottom: parent.bottom
+               spacing: 10
 
                delegate: VolumeSlider {}
        }