mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
changed width of ptt muted icon
This commit is contained in:
parent
bd78dd96a0
commit
7879dbf687
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue