Fix pixel alignment and non-standard height in QuickShare delegate

Authored by davidedmundson on Jan 16 2017, 10:16 PM.

Description

Fix pixel alignment and non-standard height in QuickShare delegate

Summary:
The current code had height: button.height * 1.2
then centered the button within it, which can result in non-pixel
aligned y values, leading to rendering issues.

We don't need to specify the height explicitly, it's done by ListItem if
we fix the underlying binding loop. This gives the delegate the correct
size of button height + margins.

BUG: 375137

Reviewers: Plasma

Subscribers: plasma-devel

Tags: Plasma

Differential Revision: https://phabricator.kde.org/D4166