changed width of ptt muted icon

This commit is contained in:
Preston Bezos 2019-06-17 13:13:43 -07:00
parent bd78dd96a0
commit 7879dbf687

View file

@ -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 {