Skip to content
Snippets Groups Projects
Commit 5866504b authored by Sébastien Blin's avatar Sébastien Blin
Browse files

CallButtonDelegate: do not show tooltip on button

This prevents clicks
Also, add Accessible element

GitLab: #601
Change-Id: Ic08d35d6e27bbdf0ec3b3eccdb5a07b5f105a777
parent b0fd8032
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment