On Sat, Feb 6, 2016 at 12:09 AM, Rick Walsh <rickmwa...@gmail.com> 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, and
>         buttonGraphics.x + buttonGraphics.width / 2
>
> Signed-off-by: Rick Walsh <rickmwa...@gmail.com>

Thanks, I'll push it.

--
Marco Martin
_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to