D27438: Set System Tray Plasmoid spacing value from 0 to 3

Nathaniel Graham noreply at phabricator.kde.org
Sun Feb 16 17:33:31 GMT 2020


ngraham requested changes to this revision.
ngraham added inline comments.
This revision now requires changes to proceed.

INLINE COMMENTS

> main.qml:290
>          id: tasksRow
> -        spacing: 0
> +        spacing: 3
>          height: parent.height - (vertical && expander.visible ? expander.height : 0)

Don't use magic values. How about `units.smallSpacing` would be more semantically appropriate. That maps to 2, BTW. If 2 is still too cramped, you could do `units.smallSpacing * 1.5` but using default spacing values is probably preferred.

REPOSITORY
  R120 Plasma Workspace

REVISION DETAIL
  https://phabricator.kde.org/D27438

To: The-Feren-OS-Dev, #vdg, ngraham
Cc: ngraham, plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev, cblack, jraleigh, zachus, fbampaloukas, GB_2, ragreen, ZrenBot, alexeymin, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20200216/8d2d9d49/attachment.html>


More information about the Plasma-devel mailing list