On Sat, Feb 6, 2016 at 12:09 AM, Rick Walsh wrote:
> ActionButton.qml: centre-align the clickable part of the button
>
> buttonGraphics.x refers to the centre of the action button. For the click to
> be within the central area of the button, mouse.x needs to be between:
> buttonGraphics.x
+ buttonGraphics.width / 2
Signed-off-by: Rick Walsh
From 11d116fc0fa3945b7158da2bdd08bafb8009b0a1 Mon Sep 17 00:00:00 2001
From: Rick Walsh
Date: Sat, 6 Feb 2016 09:53:53 +1100
Subject: [PATCH] ActionButton.qml: centre-align the clickable part of the
button
buttonGraphics.x refers to the centre