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 {
id: playSampleSound
x: margins.paddings
anchors.top: systemInjectorGainContainer.bottom;
anchors.topMargin: 10;
id: playSampleSound
x: margins.paddings
anchors.top: systemInjectorGainContainer.bottom;
anchors.topMargin: 10;
}
}
}