diff --git a/src/mainview/components/CallButtonDelegate.qml b/src/mainview/components/CallButtonDelegate.qml index 84e796a1359cbf6fe41af54727240652da694bd9..8f2f39e27b38eabd16e1038283bcdf98f7a7aee9 100644 --- a/src/mainview/components/CallButtonDelegate.qml +++ b/src/mainview/components/CallButtonDelegate.qml @@ -43,6 +43,10 @@ ItemDelegate { icon.source: "" text: "" + Accessible.role: Accessible.Button + Accessible.name: text + Accessible.description: text + z: index // TODO: remove this when output volume control is implemented @@ -140,7 +144,7 @@ ItemDelegate { // custom anchor for the tooltips Item { - anchors.top: !isVertical ? parent.bottom : undefined + anchors.bottom: !isVertical ? parent.top : undefined anchors.topMargin: 25 anchors.horizontalCenter: !isVertical ? parent.horizontalCenter : undefined