mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 02:43:32 +02:00
Fix blocks
This commit is contained in:
parent
878c6c68c8
commit
bb91c1c89b
1 changed files with 38 additions and 39 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue