Fix blocks

This commit is contained in:
motofckr9k 2020-07-03 10:22:06 +02:00
parent 878c6c68c8
commit bb91c1c89b

View file

@ -326,7 +326,7 @@ Rectangle {
size: 16;
text: (bar.currentIndex === 0) ? qsTr("Press and hold the button \"T\" to talk.") :
qsTr("Press and hold triggers on both of your controllers to talk.");
qsTr("Press and hold grip triggers on your controllers to talk.");
}
}
@ -546,8 +546,6 @@ Rectangle {
color: hifi.colors.white;
text: qsTr("Choose input device");
}
}
AudioControls.LoopbackAudio {
id: loopbackAudio
x: margins.paddings
@ -568,6 +566,7 @@ Rectangle {
(bar.currentIndex === 0 && !isVR)) &&
AudioScriptingInterface.devices.input.peakValuesAvailable;
}
}
ListView {
id: inputView;
@ -642,7 +641,6 @@ Rectangle {
color: hifi.colors.white;
text: qsTr("Choose output device");
}
}
AudioControls.PlaySampleSound {
id: playSampleSound
@ -650,6 +648,7 @@ Rectangle {
anchors.top: outputDeviceHeader.bottom;
anchors.topMargin: 10;
}
}
ListView {
id: outputView