mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-29 03:59:55 +02:00
removing debug statement
This commit is contained in:
parent
0f2792930a
commit
a00d6ec9f6
2 changed files with 4 additions and 7 deletions
|
@ -41,10 +41,10 @@ Item {
|
||||||
onClicked: rootSwitch.clicked();
|
onClicked: rootSwitch.clicked();
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
|
|
||||||
topPadding: 3;
|
topPadding: 1;
|
||||||
leftPadding: 3;
|
leftPadding: 3;
|
||||||
rightPadding: 3;
|
rightPadding: 3;
|
||||||
bottomPadding: 3;
|
bottomPadding: 1;
|
||||||
|
|
||||||
onHoveredChanged: {
|
onHoveredChanged: {
|
||||||
if (hovered) {
|
if (hovered) {
|
||||||
|
|
|
@ -108,7 +108,7 @@ Rectangle {
|
||||||
// mute is in its own row
|
// mute is in its own row
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
id: columnOne
|
id: columnOne
|
||||||
spacing: 12;
|
spacing: 24;
|
||||||
x: margins.paddings
|
x: margins.paddings
|
||||||
HifiControlsUit.Switch {
|
HifiControlsUit.Switch {
|
||||||
id: muteMic;
|
id: muteMic;
|
||||||
|
@ -138,7 +138,7 @@ Rectangle {
|
||||||
}
|
}
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
spacing: 12;
|
spacing: 24;
|
||||||
HifiControlsUit.Switch {
|
HifiControlsUit.Switch {
|
||||||
height: root.switchHeight;
|
height: root.switchHeight;
|
||||||
switchWidth: root.switchWidth;
|
switchWidth: root.switchWidth;
|
||||||
|
@ -237,9 +237,6 @@ Rectangle {
|
||||||
AudioScriptingInterface.devices.input.peakValuesAvailable;
|
AudioScriptingInterface.devices.input.peakValuesAvailable;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Component.onCompleted: {
|
|
||||||
console.log("width " + rightMostInputLevelPos);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
AudioControls.LoopbackAudio {
|
AudioControls.LoopbackAudio {
|
||||||
x: margins.paddings
|
x: margins.paddings
|
||||||
|
|
Loading…
Reference in a new issue