From 7879dbf68782309715733abd2234dde4dc08b4bc Mon Sep 17 00:00:00 2001 From: Preston Bezos Date: Mon, 17 Jun 2019 13:13:43 -0700 Subject: [PATCH] changed width of ptt muted icon --- .../hifi/simplifiedUI/inputDeviceButton/InputDeviceButton.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/hifi/simplifiedUI/inputDeviceButton/InputDeviceButton.qml b/interface/resources/qml/hifi/simplifiedUI/inputDeviceButton/InputDeviceButton.qml index 45c7b3ad5e..238821970b 100644 --- a/interface/resources/qml/hifi/simplifiedUI/inputDeviceButton/InputDeviceButton.qml +++ b/interface/resources/qml/hifi/simplifiedUI/inputDeviceButton/InputDeviceButton.qml @@ -107,7 +107,7 @@ Rectangle { anchors.verticalCenter: parent.verticalCenter anchors.horizontalCenter: parent.horizontalCenter anchors.rightMargin: 2 - width: muted ? 20 : 16 + width: pushToTalk ? 16 : (muted ? 20 : 16) height: 22 Item {