mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 15:39:57 +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;
|
size: 16;
|
||||||
|
|
||||||
text: (bar.currentIndex === 0) ? qsTr("Press and hold the button \"T\" to talk.") :
|
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;
|
color: hifi.colors.white;
|
||||||
text: qsTr("Choose input device");
|
text: qsTr("Choose input device");
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
AudioControls.LoopbackAudio {
|
AudioControls.LoopbackAudio {
|
||||||
id: loopbackAudio
|
id: loopbackAudio
|
||||||
x: margins.paddings
|
x: margins.paddings
|
||||||
|
@ -568,6 +566,7 @@ Rectangle {
|
||||||
(bar.currentIndex === 0 && !isVR)) &&
|
(bar.currentIndex === 0 && !isVR)) &&
|
||||||
AudioScriptingInterface.devices.input.peakValuesAvailable;
|
AudioScriptingInterface.devices.input.peakValuesAvailable;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
ListView {
|
ListView {
|
||||||
id: inputView;
|
id: inputView;
|
||||||
|
@ -642,7 +641,6 @@ Rectangle {
|
||||||
color: hifi.colors.white;
|
color: hifi.colors.white;
|
||||||
text: qsTr("Choose output device");
|
text: qsTr("Choose output device");
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
AudioControls.PlaySampleSound {
|
AudioControls.PlaySampleSound {
|
||||||
id: playSampleSound
|
id: playSampleSound
|
||||||
|
@ -650,6 +648,7 @@ Rectangle {
|
||||||
anchors.top: outputDeviceHeader.bottom;
|
anchors.top: outputDeviceHeader.bottom;
|
||||||
anchors.topMargin: 10;
|
anchors.topMargin: 10;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
ListView {
|
ListView {
|
||||||
id: outputView
|
id: outputView
|
||||||
|
|
Loading…
Reference in a new issue