Add some space between the volume sliders 31/19431/1 6.99.4 7.90.0 guppy/6.99.4 guppy_6.99.4 halibut/7.90.0 halibut_7.90.0
authorScott Murray <scott.murray@konsulko.com>
Thu, 3 Jan 2019 06:03:30 +0000 (01:03 -0500)
committerScott Murray <scott.murray@konsulko.com>
Thu, 3 Jan 2019 06:45:33 +0000 (06:45 +0000)
The change to a ListView to hold the volume sliders seems to have
resulted in losing any space between them compared to the default
behavior of the previous ColumnLayout scheme.  Setting the ListView
"spacing" parameter restores a bit of space between the sliders to
make them easier to use.

Change-Id: Ie1a21918d529f7ba45cdce009405c63055b7e2e2
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
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 {}
        }