<table><tr><td style="">Zren added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D5144" rel="noreferrer">View Revision</a></tr></table><br /><div><div><p>Yeah, it's probably dpi scaling.</p>

<p>And I didn't want to mess with the height of the ListItemBase. On further testing, it seems adding smallSpacing margins isn't as bad as I thought.</p>

<p>Back and Forth Gif: <a href="https://streamable.com/0ld55" class="remarkup-link" target="_blank" rel="noreferrer">https://streamable.com/0ld55</a></p>

<p><a href="https://phabricator.kde.org/F3154040" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;" rel="noreferrer">F3154040: 2017-03-23___11-12-55.png</a><br />
<a href="https://phabricator.kde.org/F3154037" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;" rel="noreferrer">F3154037: 2017-03-23___11-14-42.png</a></p>

<p>If the increase in height is acceptable, I'll make a SmallToolButton</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">PlasmaComponents.ToolButton {
    id: smallToolButton
    property int iconSize: units.iconSizes.small
    property int padding: units.smallSpacing
    implicitWidth: iconSize + padding * 2
    implicitHeight: iconSize + padding * 2
    Layout.preferredWidth: implicitWidth
    Layout.preferredHeight: implicitHeight
    property alias icon: icon.source

    PlasmaCore.IconItem {
        id: icon
        anchors.fill: parent
        anchors.margins: parent.padding
        visible: false

        // From Plasma's ToolButtonStyle:
        active: parent.hovered
        colorGroup: parent.hovered ? PlasmaCore.Theme.ButtonColorGroup : PlasmaCore.ColorScope.colorGroup
    }
}</pre></div></div></div><br /><div><strong>REPOSITORY</strong><div><div>R115 Plasma Audio Volume Applet</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D5144" rel="noreferrer">https://phabricator.kde.org/D5144</a></div></div><br /><div><strong>To: </strong>Zren, Plasma, subdiff, drosca<br /><strong>Cc: </strong>subdiff, drosca, plasma-devel, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol<br /></div>