mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 01:36:56 +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.verticalCenter: parent.verticalCenter
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
anchors.rightMargin: 2
|
anchors.rightMargin: 2
|
||||||
width: muted ? 20 : 16
|
width: pushToTalk ? 16 : (muted ? 20 : 16)
|
||||||
height: 22
|
height: 22
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
|
|
Loading…
Reference in a new issue