<div dir="ltr">ActionButton.qml: centre-align the clickable part of the button<br><br>buttonGraphics.x refers to the centre of the action button. For the click to<br>be within the central area of the button, mouse.x needs to be between:<br>        buttonGraphics.x - buttonGraphics.width / 2, and<br>        buttonGraphics.x + buttonGraphics.width / 2<br><br>Signed-off-by: Rick Walsh <<a href="mailto:rickmwalsh@gmail.com">rickmwalsh@gmail.com</a>><br><br></div>