aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2019-01-03 01:03:30 -0500
committerScott Murray <scott.murray@konsulko.com>2019-01-03 01:08:09 -0500
commit42fd2ac59808fd99c272260eab884f0b23709276 (patch)
treeab682ffda52054da44c71ca0c4b7d9a45c9f828b
parent449ae663fadf654bbe46f6e4c927a60e8d1a61bb (diff)
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>
-rw-r--r--app/Mixer.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Mixer.qml b/app/Mixer.qml
index 455743a..a012645 100644
--- a/app/Mixer.qml
+++ b/app/Mixer.qml
@@ -59,6 +59,7 @@ ApplicationWindow {
anchors.left: parent.left
anchors.right: parent.right
anchors.bottom: parent.bottom
+ spacing: 10
delegate: VolumeSlider {}
}