From a00d6ec9f6565e77db30a32211ed5eaa285aba50 Mon Sep 17 00:00:00 2001 From: Wayne Chen Date: Mon, 4 Mar 2019 19:42:30 -0800 Subject: [PATCH] removing debug statement --- interface/resources/qml/controlsUit/Switch.qml | 4 ++-- interface/resources/qml/hifi/audio/Audio.qml | 7 ++----- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/interface/resources/qml/controlsUit/Switch.qml b/interface/resources/qml/controlsUit/Switch.qml index 0de95a7e70..4e1c21c456 100644 --- a/interface/resources/qml/controlsUit/Switch.qml +++ b/interface/resources/qml/controlsUit/Switch.qml @@ -41,10 +41,10 @@ Item { onClicked: rootSwitch.clicked(); hoverEnabled: true - topPadding: 3; + topPadding: 1; leftPadding: 3; rightPadding: 3; - bottomPadding: 3; + bottomPadding: 1; onHoveredChanged: { if (hovered) { diff --git a/interface/resources/qml/hifi/audio/Audio.qml b/interface/resources/qml/hifi/audio/Audio.qml index fc0c4d2d43..1869fb9b3e 100644 --- a/interface/resources/qml/hifi/audio/Audio.qml +++ b/interface/resources/qml/hifi/audio/Audio.qml @@ -108,7 +108,7 @@ Rectangle { // mute is in its own row ColumnLayout { id: columnOne - spacing: 12; + spacing: 24; x: margins.paddings HifiControlsUit.Switch { id: muteMic; @@ -138,7 +138,7 @@ Rectangle { } ColumnLayout { - spacing: 12; + spacing: 24; HifiControlsUit.Switch { height: root.switchHeight; switchWidth: root.switchWidth; @@ -237,9 +237,6 @@ Rectangle { AudioScriptingInterface.devices.input.peakValuesAvailable; } } - Component.onCompleted: { - console.log("width " + rightMostInputLevelPos); - } } AudioControls.LoopbackAudio { x: margins.paddings