update indent spacing

This commit is contained in:
Wayne Chen 2019-03-25 11:29:27 -07:00 committed by GitHub
parent 1952ad4be6
commit 4658e34b4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -669,10 +669,10 @@ Rectangle {
} }
} }
AudioControls.PlaySampleSound { AudioControls.PlaySampleSound {
id: playSampleSound id: playSampleSound
x: margins.paddings x: margins.paddings
anchors.top: systemInjectorGainContainer.bottom; anchors.top: systemInjectorGainContainer.bottom;
anchors.topMargin: 10; anchors.topMargin: 10;
} }
} }
} }