D15862: option to specify icons spacing for systray

Chris Holland noreply at phabricator.kde.org
Sun Sep 30 19:05:43 BST 2018


Zren added inline comments.

INLINE COMMENTS

> main.qml:310
>          id: tasksRow
> -        spacing: 0
> +        spacing: plasmoid.configuration.iconsSpacing
>          height: parent.height - (vertical && expander.visible ? expander.height : 0)

Hmm. We might want to scale by DPI. While the default 0px will not be affected by DPI, if a Look And Feel sets it to 10px, it would look different for users with 1x DPI and 2x DPI.

Eg:

  spacing: plasmoid.configuration.iconsSpacing * units.devicePixelRatio

REPOSITORY
  R120 Plasma Workspace

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

To: mvourlakos, #plasma, davidedmundson
Cc: Zren, plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20180930/6be14b88/attachment.html>


More information about the Plasma-devel mailing list